Click or drag to resize
Accord.NET (logo)

NonnegativeMatrixFactorization Constructor (Double, Int32)

Initializes a new instance of the NMF algorithm

Namespace:  Accord.Math.Decompositions
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public NonnegativeMatrixFactorization(
	double[,] value,
	int r
)
Request Example View Source

Parameters

value
Type: SystemDouble
The input data matrix (must be positive).
r
Type: SystemInt32
The reduced dimension.
See Also