Class Feature


  • class Feature
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int classify  
      (package private) int index  
      (package private) float value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Feature​(int _classify, int _index, float _value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • classify

        int classify
      • index

        int index
      • value

        float value
    • Constructor Detail

      • Feature

        public Feature​(int _classify,
                       int _index,
                       float _value)