Click or drag to resize

NumberOfFactorsSelectAll Method

Creates a trivial functor for specifying "keep all the factors". Just returns the number of eigenvalues/eigenvectors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int SelectAll(
	DoubleVector eigenvalues,
	DoubleMatrix eigenvectors
)

Parameters

eigenvalues  DoubleVector
Vector of eigenvalues from the factor extraction step in a factor analysis.
eigenvectors  DoubleMatrix
Matrix whose columns contain the eigenvectors from the factor extraction step in a factor analysis.

Return Value

Int32
Functor which returns number of eigenvalues/eigenvectors
See Also