Module: Rumale::NearestNeighbors
- Defined in:
- rumale-nearest_neighbors/lib/rumale/nearest_neighbors/version.rb,
rumale-nearest_neighbors/lib/rumale/nearest_neighbors/k_neighbors_regressor.rb,
rumale-nearest_neighbors/lib/rumale/nearest_neighbors/k_neighbors_classifier.rb
Overview
This module consists of the classes that implement estimators based on nearest neighbors rule.
Defined Under Namespace
Classes: KNeighborsClassifier, KNeighborsRegressor