Uses of Class
de.jungblut.classification.knn.AbstractKNearestNeighbours
-
Packages that use AbstractKNearestNeighbours Package Description de.jungblut.classification.knn -
-
Uses of AbstractKNearestNeighbours in de.jungblut.classification.knn
Subclasses of AbstractKNearestNeighbours in de.jungblut.classification.knn Modifier and Type Class Description classKNearestNeighboursK 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.classSparseKNearestNeighboursK 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.
-