Click or drag to resize

NonnegativeMatrixFactorizationWithRegularizationBase Properties

The NonnegativeMatrixFactorizationWithRegularizationBase type exposes the following members.

Properties
 NameDescription
Public propertyInitializationMethod Gets or sets the initialization method to be used for the factorization.
(Inherited from NonnegativeMatrixFactorizationBase)
Public propertyLambdaH Gets the regularization strength for H.
Public propertyLambdaW Gets the regularization strength for W.
Public propertyMaximumNumberOfIterations Gets the maximum number of iterations for the factorization algorithm.
(Inherited from NonnegativeMatrixFactorizationBase)
Public propertyNumberOfAdditionalTrials Gets the number of additional trials to perform with a random initialization.
(Inherited from NonnegativeMatrixFactorizationBase)
Public propertyTolerance Gets the convergence tolerance.
(Inherited from NonnegativeMatrixFactorizationBase)
Top
See Also