Uses of Class
org.dulab.javanmf.updaterules.UpdateRule
Package | Description |
---|---|
org.dulab.javanmf.algorithms |
Provides classes for performing non-negative matrix factorization, non-negative matrix regression, and
non-negative singular value decomposition.
|
org.dulab.javanmf.updaterules |
Provides classes for updating matrix H in the direction of minimising the distance D(X, WH).
|
-
Uses of UpdateRule in org.dulab.javanmf.algorithms
Constructors in org.dulab.javanmf.algorithms with parameters of type UpdateRule Constructor Description MatrixFactorization(UpdateRule updateRuleW, UpdateRule updateRuleH, double tolerance, int maxIteration)
Creates an instance ofMatrixFactorization
MatrixRegression(UpdateRule updateRule, double tolerance, int maxIteration)
Creates an instance ofMatrixRegression
-
Uses of UpdateRule in org.dulab.javanmf.updaterules
Subclasses of UpdateRule in org.dulab.javanmf.updaterules Modifier and Type Class Description class
MUpdateRule
Performs multiplicative update for the euclidean distance with regularizationclass
RegularizationUpdateRule
Provides a template for updating matrix H in the direction of minimizing the distance D(X, WH) with regularization