Class LIBSVM.svm_node

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LIBSVM

    public class LIBSVM.svm_node
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int index  
      double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      svm_node()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • index

        public int index
      • value

        public double value
    • Constructor Detail

      • svm_node

        public svm_node()