Click or drag to resize

NumberOfFactorsEigenvaluesGreaterThanMean Method

Creates a functor which computes the number of eigenvalues greater than a given factor times the mean of the eigenvalues.

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

Parameters

factor  Double
The factor.

Return Value

FuncDoubleVector, DoubleMatrix, Int32
A functor which computes the number of eigenvalues greater than a given factor times the mean of the eigenvalues.
See Also