| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.confidence |
Provides confidence-weighted categorization algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultConfidenceWeightedBinaryCategorizer |
AdaptiveRegularizationOfWeights.createInitialLearnedObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptiveRegularizationOfWeights.update(DefaultConfidenceWeightedBinaryCategorizer target,
Vector input,
boolean label)
Perform an update for the target using the given input and associated
label.
|
void |
AdaptiveRegularizationOfWeights.update(DefaultConfidenceWeightedBinaryCategorizer target,
Vectorizable input,
java.lang.Boolean output) |