agglomerative-clustering.cc File Reference
#include <algorithm>
#include "ivector/agglomerative-clustering.h"
Include dependency graph for agglomerative-clustering.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void AgglomerativeCluster (const Matrix< BaseFloat > &costs, BaseFloat threshold, int32 min_clusters, int32 first_pass_max_points, BaseFloat max_cluster_fraction, std::vector< int32 > *assignments_out)
 This is the function that is called to perform the agglomerative clustering. More...