| Package | Description |
|---|---|
| de.jungblut.classification.knn |
| Modifier and Type | Class and Description |
|---|---|
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.
|
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.