/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: default constructor
//
Hypothesis(Trace* trace = NULL, float score = 0) {
trace_d = trace;
score_d = score;
}
[snipped]
//
// end of file
Up |
Home |
Courses |
Projects |
Proposals |
Publications
Please direct questions or comments to
joseph.picone@isip.piconepress.com