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 equals​(Object obj)  
      int hashCode()  
      libsvm.svm_node[] toSvmNode()
      Returns the svm_node (the data model of libsvm) representation of this observation.
    • Method Detail

      • toSvmNode

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