Class NonnegativeMatrixFactorization.indexValueItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int item  
      (package private) double value  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • item

        int item
      • value

        double value
    • Constructor Detail

      • indexValueItem

        public indexValueItem​(int item,
                              double value)
    • Method Detail

      • getItem

        public int getItem()
      • getValue

        public double getValue()