| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.nearest |
Provides algorithms for Nearest-Neighbor memory-based functions.
|
| Modifier and Type | Method and Description |
|---|---|
NearestNeighborExhaustive<InputType,OutputType> |
NearestNeighborExhaustive.clone() |
NearestNeighborExhaustive<InputType,OutputType> |
NearestNeighborExhaustive.Learner.learn(java.util.Collection<? extends InputOutputPair<? extends InputType,OutputType>> data) |