/home5/piconepr/public_html/isip/projects/speech/software/documentation/class/search/Hypothesis/Hypothesis.h
// file: $isip/class/search/Hypothesis/Hypothesis.h
// version: $Id: Hypothesis.h 8862 2002-12-05 21:03:20Z alphonso $
//
// make sure definitions are only made once
//
#ifndef ISIP_HYPOTHESIS
#define ISIP_HYPOTHESIS
// isip include files
//
#ifndef ISIP_TRACE
#include <Trace.h>
[snipped]
// method: operator >
//
boolean operator > (const Hypothesis& arg) {
if (score_d > arg.score_d) {
return true;
}
else {
return false;
}
}
[snipped]
//
// end of file
Up |
Home |
Courses |
Projects |
Proposals |
Publications
Please direct questions or comments to
joseph.picone@isip.piconepress.com