public static PrincipalComponents Analyze(
DoubleMatrix data
)
Public Shared Function Analyze (
data As DoubleMatrix
) As PrincipalComponents
public:
static PrincipalComponents^ Analyze(
DoubleMatrix^ data
)
static member Analyze :
data : DoubleMatrix -> PrincipalComponents
Rows of the data matrix correspond to individuals, columns to variables. Each row is interpreted as the coordinates of a multidimensional point with respect to the standard basis. Uniform weights are assigned to each individual.
ArgumentNullException | data is null. |
InvalidOperationException |
The Singular Value Decomposition needed to acquire
the principal components cannot be executed or does not converge. -or- No principal component has positive variance. The principal information cannot be acquired. |