gen.inits {SparseICA}R Documentation

Function for generating random starting points

Description

Function for generating random starting points

Usage

gen.inits(p, d, runs, orth.method = c("svd", "givens"))

Arguments

p

The number of rows.

d

The number of columns.

runs

The number of random starts.

orth.method

The method used for generating initial values of U matrix. The default is "svd".

Value

A list of random initialization of matrices.


[Package SparseICA version 0.1.4 Index]