Interface IDtoSegmentFloatValueWithNextNormal

All Known Implementing Classes:
DtoSegmentFloatValueWithNextNormal

public interface IDtoSegmentFloatValueWithNextNormal
Triple containing an ID, a float value, and a list of DtoFeatureValueWithNextNormal.
  • Method Details

    • getSegmentId

      long getSegmentId()
      Segment ID.
    • setSegmentId

      void setSegmentId(long segmentId)
      Segment ID.
    • getValue

      double getValue()
      Segment score.
    • setValue

      void setValue(double value)
      Segment score.
    • getNextNormalValue

      double getNextNormalValue()
      Segment score of the next normal feature values.
    • setNextNormalValue

      void setNextNormalValue(double nextNormalValue)
      Segment score of the next normal feature values.
    • getFeatures

      Next normal feature values and rating of underlying features.
    • setFeatures

      void setFeatures(IDtoFeatureValueWithNextNormal[] features)
      Next normal feature values and rating of underlying features.