Click or drag to resize

NMFactFactor(DataFrame, Int32) Method

Factors the matrix contained in data into the product WH using an iterative method. The initial values for WH are random.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual void Factor(
	DataFrame data,
	int k
)

Parameters

data  DataFrame
The matrix to be factored.
k  Int32
The number of columns in W (and rows in H).
See Also