public interface Observation
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
libsvm.svm_node[] |
toSvmNode()
Returns the svm_node (the data model of libsvm) representation
of this observation.
|
Copyright © 2018. All rights reserved.