Module cluster

Module cluster 

Source
Expand description

Clustering algorithms.

Includes K-Means, DBSCAN, Hierarchical, Gaussian Mixture Models, and Isolation Forest.

Structs§

AgglomerativeClustering
Agglomerative (bottom-up) hierarchical clustering.
DBSCAN
DBSCAN (Density-Based Spatial Clustering of Applications with Noise).
GaussianMixture
Gaussian Mixture Model (GMM) for probabilistic clustering.
IsolationForest
Isolation Forest for anomaly detection.
KMeans
K-Means clustering algorithm.
LocalOutlierFactor
Local Outlier Factor (LOF) for density-based anomaly detection.
Merge
Dendrogram merge record.
SpectralClustering
Spectral Clustering using graph Laplacian and eigendecomposition.

Enums§

Affinity
Affinity types for constructing similarity graphs.
CovarianceType
Covariance matrix types for Gaussian Mixture Models.
Linkage
Linkage methods for hierarchical clustering.