Package gov.nih.mipav.model.algorithms
Class NonnegativeMatrixFactorization.indexValueItem
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.NonnegativeMatrixFactorization.indexValueItem
-
- Enclosing class:
- NonnegativeMatrixFactorization
class NonnegativeMatrixFactorization.indexValueItem extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description indexValueItem(int item, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getItem()
double
getValue()
-