public interface Observation
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
libsvm.svm_node[] |
toSvmNode()
Returns the svm_node (the data model of libsvm) representation
of this observation.
|
int hashCode()
hashCode in class java.lang.Objectboolean equals(java.lang.Object obj)
equals in class java.lang.Objectlibsvm.svm_node[] toSvmNode()