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