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

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    libsvm.svm_node[]
    Returns the svm_node (the data model of libsvm) representation of this observation.
  • Method Details

    • hashCode

      int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toSvmNode

      libsvm.svm_node[] toSvmNode()
      Returns the svm_node (the data model of libsvm) representation of this observation.
      Returns:
      an array of svm_node.