Class svm_model

  • All Implemented Interfaces:
    java.io.Serializable

    public class svm_model
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      svm_model()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • nr_class

        public int nr_class
      • l

        public int l
      • sv_coef

        public double[][] sv_coef
      • rho

        public double[] rho
      • probA

        public double[] probA
      • probB

        public double[] probB
      • sv_indices

        public int[] sv_indices
      • label

        public int[] label
      • nSV

        public int[] nSV
    • Constructor Detail

      • svm_model

        public svm_model()