Interface IDtoSegmentFloatValueWithNextNormal
- All Known Implementing Classes:
DtoSegmentFloatValueWithNextNormal
public interface IDtoSegmentFloatValueWithNextNormal
Triple containing an ID, a float value, and a list of DtoFeatureValueWithNextNormal.
-
Method Summary
Modifier and TypeMethodDescriptionNext normal feature values and rating of underlying features.double
Segment score of the next normal feature values.long
Segment ID.double
getValue()
Segment score.void
setFeatures
(IDtoFeatureValueWithNextNormal[] features) Next normal feature values and rating of underlying features.void
setNextNormalValue
(double nextNormalValue) Segment score of the next normal feature values.void
setSegmentId
(long segmentId) Segment ID.void
setValue
(double value) Segment score.
-
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
IDtoFeatureValueWithNextNormal[] getFeatures()Next normal feature values and rating of underlying features. -
setFeatures
Next normal feature values and rating of underlying features.
-