|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TargetType
- The type of the target (ground-truth).EstimateType
- The type of the estimate (prediction). Typically this is the same as
TargetType, but it does not have to be.public interface TargetEstimatePair<TargetType,EstimateType>
A Pair that encapsulates a target-estimate Pair. This is useful when capturing a target (ground-truth) and an estimate of that Pair
Method Summary | |
---|---|
EstimateType |
getEstimate()
Gets the estimate, which is the prediction or guess. |
TargetType |
getTarget()
Gets the target, which is the ground-truth or actual value. |
Methods inherited from interface gov.sandia.cognition.util.Pair |
---|
getFirst, getSecond |
Method Detail |
---|
TargetType getTarget()
EstimateType getEstimate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |