Class SVM.svmtest

  • Enclosing class:
    SVM

    public class SVM.svmtest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double biasMultiplier  
      (package private) double lambda  
      (package private) double[][] x  
      (package private) double[] y  
    • Constructor Summary

      Constructors 
      Constructor Description
      svmtest()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        double[][] x
      • y

        double[] y
      • lambda

        double lambda
      • biasMultiplier

        double biasMultiplier
    • Constructor Detail

      • svmtest

        public svmtest()