- Type Parameters:
TargetType
- The type of the target (ground truth).
EstimateType
- The type of the estimate. Typically this is the same as TargetType,
but it does not have to be.
- All Superinterfaces:
- Pair<TargetType,EstimateType>, java.io.Serializable, TargetEstimatePair<TargetType,EstimateType>, Weighted
- All Known Implementing Classes:
- DefaultWeightedTargetEstimatePair
public interface WeightedTargetEstimatePair<TargetType,EstimateType>
extends TargetEstimatePair<TargetType,EstimateType>, Weighted
Extends TargetEstimatePair
with an additional weight field.
- Since:
- 3.0
- Author:
- Justin Basilico