Package | Description |
---|---|
gov.sandia.cognition.learning.data |
Provides data set utilities for learning.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultWeightedTargetEstimatePair<TargetType,EstimateType>
Extends
TargetEstimatePair with an additional weight field. |
Modifier and Type | Method and Description |
---|---|
DefaultTargetEstimatePair<TargetType,EstimateType> |
DefaultTargetEstimatePair.clone() |
static <TargetType,EstimateType> |
DefaultTargetEstimatePair.create()
Convenience method for creating a new
DefaultTargetEstimatePair . |
static <TargetType,EstimateType> |
DefaultTargetEstimatePair.create(TargetType target,
EstimateType estimate)
Convenience method for creating a new
DefaultTargetEstimatePair . |
Modifier and Type | Method and Description |
---|---|
static <TargetType,EstimateType> |
DefaultTargetEstimatePair.mergeCollections(java.util.Collection<? extends TargetType> targets,
java.util.Collection<? extends EstimateType> estimates)
Merges together two Collections into a single target-estimate pair
Collection.
|