Click or drag to resize

NMFact Properties

The NMFact type exposes the following members.

Properties
 NameDescription
Public propertyComputeCostAtEachStep If true, the error of the approximation will be computed at each iteration step. If false, only the final error will be computed.
Public propertyCost Returns the error in the factorization in the last call to Factor. The error is computed using the Cost function in the INMFUpdateAlgorithm.
Public propertyStatic memberDefaultCostAtEachStep Whether, by default, the cost is evaluated at each step.
Public propertyStatic memberDefaultNumIterations Gets and sets the default number of iterations.
Public propertyStatic memberDefaultUpdateAlgorithm Gets and sets the default update algorithm.
Public propertyH Returns the second factor in the factorization of V = WH.
Public propertyNumIterations Gets and sets the number of iterations to perform.
Public propertyStepCost A DoubleVector containing the error at each iteration step if ComputeCostAtEachStep is true. Otherwise it is a vector of length one containing only the final error.
Public propertyUpdateAlgorithm Gets and sets the algorithm used by this factorization object.
Public propertyV Returns the matrix being factored.
Public propertyW Returns the first factor in the factorization of V = WH.
Top
See Also