Index
All Classes|All Packages|Constant Field Values
K
- K - Enum constant in enum class com.jml.classifiers.ClassifierTags
- K_NEAREST_NEIGHBORS - Enum constant in enum class com.jml.core.ModelTypes
- KDTree - Class in com.jml.classifiers
-
A k-dimensional tree or K-d tree is a binary tree which partitions a space by organizing points in a K-dimensional space.
- KDTree(int) - Constructor for class com.jml.classifiers.KDTree
- KNearestNeighbors - Class in com.jml.classifiers
-
K Nearest Neighbors (KNN) model.
- KNearestNeighbors() - Constructor for class com.jml.classifiers.KNearestNeighbors
-
Creates a KNearestNeighbors model with a default k of 3.
- KNearestNeighbors(int) - Constructor for class com.jml.classifiers.KNearestNeighbors
-
Creates a KNearestNeighbors model with a specified k.
- KNearestNeighbors(int, int) - Constructor for class com.jml.classifiers.KNearestNeighbors
-
Creates a KNearestNeighbors model with a specified k and power parameter for distance metric.
All Classes|All Packages|Constant Field Values