#include "EST_util_class.h"

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) |
| 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 | ||
| ) |
| 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 | ||
| ) |
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.