Class Linear.GroupClassesReturn

  • Enclosing class:
    Linear

    private static class Linear.GroupClassesReturn
    extends java.lang.Object
    used as complex return type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] count  
      (package private) int[] label  
      (package private) int nr_class  
      (package private) int[] start  
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupClassesReturn​(int nr_class, int[] label, int[] start, int[] count)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        final int[] count
      • label

        final int[] label
      • nr_class

        final int nr_class
      • start

        final int[] start
    • Constructor Detail

      • GroupClassesReturn

        GroupClassesReturn​(int nr_class,
                           int[] label,
                           int[] start,
                           int[] count)