Clustering Glossary

Browse 3 clustering terms defined in plain English, from the cultural dictionary of computing.

3 Clustering Terms

Gaussian Mixture Model
A probabilistic model that represents data as a weighted combination of several Gaussian components. It influences how models are trained, evaluated, or...
Import Hash
A hash derived from the imported functions and libraries of a binary, commonly used to cluster related Windows malware samples even when the exact file hash...
K-Means
A clustering algorithm that partitions data into k groups by repeatedly updating centroids. It influences how models are trained, evaluated, or served, and it...

Related Topics