Package gov.nih.mipav.model.algorithms
Class NonnegativeMatrixFactorization.indexValueItem
java.lang.Object
gov.nih.mipav.model.algorithms.NonnegativeMatrixFactorization.indexValueItem
- Enclosing class:
NonnegativeMatrixFactorization
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
item
int item -
value
double value
-
-
Constructor Details
-
indexValueItem
public indexValueItem(int item, double value)
-
-
Method Details
-
getItem
public int getItem() -
getValue
public double getValue()
-