Classes and functions related to clustering

See Clustering mechanisms in Kaldi for context. More...

Collaboration diagram for Classes and functions related to clustering:

Modules

 Some simple functions used in clustering algorithms
 See Clustering mechanisms in Kaldi for context.
 
 Algorithms for clustering
 See Clustering mechanisms in Kaldi for context.
 

Classes

class  Clusterable
 
class  ScalarClusterable
 ScalarClusterable clusters scalars with x^2 loss. More...
 
class  GaussClusterable
 GaussClusterable wraps Gaussian statistics in a form accessible to generic clustering algorithms. More...
 

Detailed Description

See Clustering mechanisms in Kaldi for context.

A virtual class for clusterable objects; see Clustering mechanisms in Kaldi for an explanation if its function.