21 KMeans(Index clusters = 3, Index = 100);
37 Index clusters_number;
38 Index maximum_iterations;
Index find_optimal_clusters(const VectorR &) const
VectorR elbow_method(const MatrixR &, Index=10)
void set_centers_random(const MatrixR &)
void fit(const MatrixR &)
KMeans(Index clusters=3, Index=100)
MatrixR get_cluster_centers() const
VectorI get_cluster_labels() const
Index get_clusters_number() const
void set_cluster_number(const Index)
VectorI calculate_outputs(const MatrixR &)
Definition adaptive_moment_estimation.h:19
Matrix< float, Dynamic, Dynamic, Layout > MatrixR
Definition neural_network.h:152
Matrix< Index, Dynamic, 1 > VectorI
Definition neural_network.h:157
Matrix< float, Dynamic, 1 > VectorR
Definition neural_network.h:156