Module: Rumale::NearestNeighbors

Defined in:
lib/rumale/nearest_neighbors/k_neighbors_classifier.rb,
lib/rumale/nearest_neighbors/k_neighbors_regressor.rb

Overview

This module consists of the classes that implement estimators based on nearest neighbors rule.

Defined Under Namespace

Classes: KNeighborsClassifier, KNeighborsRegressor