Class NonnegativeMatrixFactorization.indexRowItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private int[] row  
    • Constructor Summary

      Constructors 
      Constructor Description
      indexRowItem​(int index, int[] row)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      int[] getRow()  
      • Methods inherited from class java.lang.Object

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

      • index

        private int index
      • row

        private int[] row
    • Constructor Detail

      • indexRowItem

        public indexRowItem​(int index,
                            int[] row)
    • Method Detail

      • getIndex

        public int getIndex()
      • getRow

        public int[] getRow()