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