| Class | Description |
|---|---|
| AbstractKNearestNeighbours |
K nearest neighbour classification algorithm that is seeded with a "database"
of known examples and predicts based on the k-nearest neighbours majority
vote for a class.
|
| KNearestNeighbours |
K nearest neighbour classification algorithm that is seeded with a "database"
of known examples and predicts based on the k-nearest neighbours majority
vote for a class.
|
| SparseKNearestNeighbours |
K nearest neighbour classification algorithm that is seeded with a "database"
of known examples and predicts based on the k-nearest neighbours majority
vote for a class.
|
Copyright © 2016. All rights reserved.