Spectral clustering parameters. More...
#include <spectral_clustering.hpp>

Public Attributes | |
| int | n_clusters |
| Number of clusters to find. More... | |
| int | n_components |
| Number of eigenvectors to use. More... | |
| int | n_init |
| Number of times to run k-means with different seeds. More... | |
| int | n_neighbors |
| Number of neighbors for kNN graph construction. More... | |
| float | eigen_tol |
| Tolerance for the eigensolver. More... | |
| uint64_t | seed |
| Random seed for reproducibility. More... | |
Spectral clustering parameters.
| float ML::SpectralClustering::params::eigen_tol |
Tolerance for the eigensolver.
| int ML::SpectralClustering::params::n_clusters |
Number of clusters to find.
| int ML::SpectralClustering::params::n_components |
Number of eigenvectors to use.
| int ML::SpectralClustering::params::n_init |
Number of times to run k-means with different seeds.
| int ML::SpectralClustering::params::n_neighbors |
Number of neighbors for kNN graph construction.
| uint64_t ML::SpectralClustering::params::seed |
Random seed for reproducibility.