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