reho.model.preprocessing.clustering#

Clustering algorithm for input data reduction.

Classes

Clustering(data[, nb_clusters, ...])

Executes a clustering for each number of clusters among a specified interval (nb_clusters), and selects the optimal one according to the MAPE criterion (Mean Average Percentage Error).