public class NMF extends AbstractFactorization
None negative matrix factorization
Copyright: Copyright (c) 2005
Company: IST, Drexel University
SMALL_QUANTITY| Constructor and Description |
|---|
NMF(int iterations) |
| Modifier and Type | Method and Description |
|---|---|
void |
factorize(SparseMatrix x,
int dimension)
Factorizes the given matrix
|
DoubleDenseMatrix |
getLeftMatrix()
Gets the left matrix
|
DoubleDenseMatrix |
getMiddleMatrix()
Gets the middle matrix
|
DoubleDenseMatrix |
getRightMatrix()
Gets the right matrix
|
genPositiveMatrix, normalizeColumn, product, product, transposepublic void factorize(SparseMatrix x, int dimension)
Factorizationx - the matrix for factorizationdimension - the number of dimensions for the middle matrixpublic DoubleDenseMatrix getLeftMatrix()
Factorizationpublic DoubleDenseMatrix getRightMatrix()
Factorizationpublic DoubleDenseMatrix getMiddleMatrix()
FactorizationCopyright © 2018 JULIE Lab, Germany. All rights reserved.