Edinburgh Speech Tools  2.1-release
EST_cluster.h File Reference
#include "EST_util_class.h"
Include dependency graph for EST_cluster.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef EST_TList< EST_TList< int > > EST_CBK
 

Functions

int load_names (EST_String file, EST_TList< EST_String > &names)
 
float lowestval (EST_FMatrix &m, EST_TList< int > &a, EST_TList< int > &b)
 
float highestval (EST_FMatrix &m, EST_TList< int > &a, EST_TList< int > &b)
 
int fn_cluster (EST_FMatrix &m, float d)
 
int nn_cluster (EST_FMatrix &m, float d)
 
float nearest (EST_TList< int > &cbk)
 
void merge (EST_TList< int > cbk[], int i, int j)
 
EST_String print_codebook (EST_CBK &cbk, float d, EST_TList< EST_String > &names)
 
EST_String print_codebook (EST_CBK &cbk, float d)
 
int cluster (EST_FMatrix &m, EST_CBK &cbk, float d)
 
void init_cluster (EST_CBK &cbk, int n)
 
int cluster (EST_FMatrix &m, EST_CBK &cbk, EST_TList< EST_String > &ans, EST_String method, EST_TList< EST_String > &x)
 
EST_FVector sort_matrix (EST_FMatrix &m)
 

Typedef Documentation

Definition at line 54 of file EST_cluster.h.

Function Documentation

int load_names ( EST_String  file,
EST_TList< EST_String > &  names 
)

Definition at line 519 of file EST_cluster.cc.

float lowestval ( EST_FMatrix m,
EST_TList< int > &  a,
EST_TList< int > &  b 
)

Definition at line 440 of file EST_cluster.cc.

float highestval ( EST_FMatrix m,
EST_TList< int > &  a,
EST_TList< int > &  b 
)

Definition at line 476 of file EST_cluster.cc.

int fn_cluster ( EST_FMatrix m,
float  d 
)
int nn_cluster ( EST_FMatrix m,
float  d 
)
float nearest ( EST_TList< int > &  cbk)
void merge ( EST_TList< int cbk[],
int  i,
int  j 
)

Definition at line 509 of file EST_cluster.cc.

EST_String print_codebook ( EST_CBK cbk,
float  d,
EST_TList< EST_String > &  names 
)

Definition at line 351 of file EST_cluster.cc.

EST_String print_codebook ( EST_CBK cbk,
float  d 
)
int cluster ( EST_FMatrix m,
EST_CBK cbk,
float  d 
)
void init_cluster ( EST_CBK cbk,
int  n 
)

Definition at line 56 of file EST_cluster.cc.

int cluster ( EST_FMatrix m,
EST_CBK cbk,
EST_TList< EST_String > &  ans,
EST_String  method,
EST_TList< EST_String > &  x 
)

Definition at line 69 of file EST_cluster.cc.

EST_FVector sort_matrix ( EST_FMatrix m)

Definition at line 315 of file EST_cluster.cc.