- All Known Implementing Classes:
DefaultObservation
public interface Observation
An observation is some data point which can be classified.
- Author:
- Matthias Thimm
-
Method Summary
boolean
int
libsvm.svm_node[]
Returns the svm_node (the data model of libsvm) representation
of this observation.
-
Method Details
-
-
-
toSvmNode
libsvm.svm_node[] toSvmNode()
Returns the svm_node (the data model of libsvm) representation
of this observation.
- Returns:
- an array of svm_node.