tml.vectorspace.factorisation
Class NonnegativeMatrixFactorisationED
java.lang.Object
tml.vectorspace.factorisation.MatrixFactorisation
tml.vectorspace.factorisation.NonnegativeMatrixFactorisationKL
tml.vectorspace.factorisation.NonnegativeMatrixFactorisationED
public class NonnegativeMatrixFactorisationED
- extends NonnegativeMatrixFactorisationKL
NMF with Euclidean distance minimisation
Details of this algorithm can be found in the paper:
Lee, D. D., & Seung, H. S. (2001). Algorithms for Non-negative Matrix
Factorization. Paper presented at the Proceedings of the 2000 Conference on
Advances in Neural Information Processing Systems.
Method Summary |
void |
process(Jama.Matrix v)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonnegativeMatrixFactorisationED
public NonnegativeMatrixFactorisationED()
process
public void process(Jama.Matrix v)
- Overrides:
process
in class NonnegativeMatrixFactorisationKL