| Package | Description | 
|---|---|
| gov.sandia.cognition.learning.algorithm.nearest | 
 Provides algorithms for Nearest-Neighbor memory-based functions. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NearestNeighborKDTree.Learner<InputType extends Vectorizable,OutputType>
This is a BatchLearner interface for creating a new NearestNeighbor
 from a given dataset, simply a pass-through to the constructor of
 NearestNeighbor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NearestNeighborKDTree<InputType,OutputType> | 
NearestNeighborKDTree.clone()  | 
NearestNeighborKDTree<InputType,OutputType> | 
NearestNeighborKDTree.Learner.learn(java.util.Collection<? extends InputOutputPair<? extends InputType,OutputType>> data)
Creates a new NearestNeighbor from a Collection of InputType. 
 |