Package edu.cmu.tetrad.search
Class FastIca.IcaResult
java.lang.Object
edu.cmu.tetrad.search.FastIca.IcaResult
- Enclosing class:
FastIca
A list containing the following components
X: pre-processed data matrix
K: pre-whitening matrix that projects data onto the first n.comp principal components.
W: estimated un-mixing matrix (see definition in details)
A: estimated mixing matrix
S: estimated source matrix
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetK()
Returns the pre-whitening matrix that projects data onto the first n.comp principal components.getS()
Returns the estimated source matrix.getW()
Returns the estimated un-mixing matrix.getX()
Returns the pre-processed data matrix.toString()
Returns a string representation of this IcaResult object.
-
Constructor Details
-
IcaResult
Constructs an instance of the IcaResult class, taking as arguments the four matrices that are the result of the Fast ICA algorithm.- Parameters:
X
- The pre-processed data matrix.K
- The pre-whitening matrix that projects data onto the first n.comp principal components.W
- The estimated un-mixing matrix.S
- The estimated source matrix.
-
-
Method Details
-
getX
-
getK
Returns the pre-whitening matrix that projects data onto the first n.comp principal components.- Returns:
- this matrix.
-
getW
-
getS
-
toString
-