Click or drag to resize

NumberOfFactorsFixedNumber Method

Creates a trivial functor which returns a fixed number for the number of factors to retain in a factor analysis.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static Func<DoubleVector, DoubleMatrix, int> FixedNumber(
	int n
)

Parameters

n  Int32
The number of factors to retain.

Return Value

FuncDoubleVector, DoubleMatrix, Int32
A constant functor which always returns
C#
when invoked.
See Also