Package gov.nih.mipav.model.algorithms
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
double x -
y
double y -
value
byte value
-
-
Constructor Details
-
point
point(double x, double y, byte value)
-