| Package | Description |
|---|---|
| gov.sandia.cognition.learning.data |
Provides data set utilities for learning.
|
| Modifier and Type | Method and Description |
|---|---|
static <TargetType,EstimateType> |
DefaultWeightedTargetEstimatePair.create()
Convenience method for creating a new
DefaultWeightedTargetEstimatePair. |
static <TargetType,EstimateType> |
DefaultWeightedTargetEstimatePair.create(TargetType target,
EstimateType estimate)
Convenience method for creating a new
DefaultWeightedTargetEstimatePair. |
static <TargetType,EstimateType> |
DefaultWeightedTargetEstimatePair.create(TargetType target,
EstimateType estimate,
double weight)
Convenience method for creating a new
DefaultWeightedTargetEstimatePair. |
| Constructor and Description |
|---|
DefaultWeightedTargetEstimatePair(DefaultWeightedTargetEstimatePair<? extends TargetType,? extends EstimateType> other)
Creates a new
WeightedTargetEstimatePair as a shallow copy of
the given other object. |