Click or drag to resize

NMFact Methods

The NMFact type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this NMFact.
Public methodFactor(DataFrame, Int32) Factors the matrix contained in data into the product WH using an iterative method. The initial values for WH are random.
Public methodFactor(DoubleMatrix, Int32) Factors the matrix contained in data into the product WH using an iterative method. The initial values for WH are random.
Public methodFactor(DataFrame, Int32, DoubleMatrix, DoubleMatrix) Factors the matrix contained in data into the product WH using an iterative method. The provided W and H are used as starting points for the iteration.
Public methodFactor(DoubleMatrix, Int32, DoubleMatrix, DoubleMatrix) Factors the matrix contained in data into the product WH using an iterative method. The provided W and H are used as starting points for the iteration.
Public methodPercentExplainedVarianceFactors Variance importance percent by factors.
Public methodPercentExplainedVarianceFullModel Percentage of variance explained by the full model.
Top
See Also