Class LIBSVM.svm_problem

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

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

      Fields 
      Modifier and Type Field Description
      int l  
      LIBSVM.svm_node[][] x  
      double[] y  
    • Constructor Summary

      Constructors 
      Constructor Description
      svm_problem()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • svm_problem

        public svm_problem()