Class LIBSVM.svm_toy_frame.point

java.lang.Object
gov.nih.mipav.model.algorithms.LIBSVM.svm_toy_frame.point
Enclosing class:
LIBSVM.svm_toy_frame

class LIBSVM.svm_toy_frame.point extends Object
  • Field Details

    • x

      double x
    • y

      double y
    • value

      byte value
  • Constructor Details

    • point

      point(double x, double y, byte value)