Edinburgh Speech Tools  2.1-release
confusion.cc File Reference
#include <cmath>
#include "EST_multistats.h"
#include "EST_math.h"
#include "EST_types.h"
Include dependency graph for confusion.cc:

Go to the source code of this file.

Functions

int nth (EST_String name, EST_TList< EST_String > &lex)
 
EST_FMatrix confusion (EST_StrStr_KVL &list, EST_StrList &lex)
 
void print_confusion (const EST_FMatrix &a, EST_StrStr_KVL &list, EST_StrList &lex)
 

Function Documentation

int nth ( EST_String  name,
EST_TList< EST_String > &  lex 
)

Definition at line 46 of file confusion.cc.

EST_FMatrix confusion ( EST_StrStr_KVL list,
EST_StrList lex 
)

Definition at line 59 of file confusion.cc.

void print_confusion ( const EST_FMatrix a,
EST_StrStr_KVL list,
EST_StrList lex 
)

Definition at line 77 of file confusion.cc.