Click or drag to resize

PCFactorExtractionNumberOfFactorsToExtract Property

Gets the functor which returns the number of factors to retain given the eigenvalues as its first argument and the eigenvectors as its second argument.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Func<DoubleVector, DoubleMatrix, int> NumberOfFactorsToExtract { get; set; }

Property Value

FuncDoubleVector, DoubleMatrix, Int32
See Also