Uses of Interface
org.dulab.javanmf.algorithms.Constraint
Package | Description |
---|---|
org.dulab.javanmf.algorithms |
Provides classes for performing non-negative matrix factorization, non-negative matrix regression, and
non-negative singular value decomposition.
|
-
Uses of Constraint in org.dulab.javanmf.algorithms
Classes in org.dulab.javanmf.algorithms that implement Constraint Modifier and Type Class Description class
DefaultConstraint
Constructors in org.dulab.javanmf.algorithms with parameters of type Constraint Constructor Description AlternatingLeastSquaresMatrixFactorization(Constraint wtConstraint, Constraint hConstraint, double tolerance, int maxIteration)
Creates an instance ofAlternatingLeastSquaresMatrixFactorization