Class svm_toy.point

  • Enclosing class:
    svm_toy

    class svm_toy.point
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte value  
      (package private) double x  
      (package private) double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      point​(double x, double y, byte value)  
    • 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
      • value

        byte value
    • Constructor Detail

      • point

        point​(double x,
              double y,
              byte value)