#include <InputData.h>
Public Types | |
typedef vector< Prediction * >::const_iterator | const_iterator |
Public Member Functions | |
InputData () | |
Precond: Takes as input a file that specifies a list of flat files containing data. The format of the input file is: flatfile name (fullpath), data type, weights there is a factory for each data type to read and store the data. | |
const_iterator | begin () const |
const_iterator | end () const |
int | getEnd5 () const |
const string & | getTypeStr () const |
void | setTrainExamples (DataSetAbstractProduct *dp) |
DataSetAbstractProduct * | getTrainExamples () |
void | readEvidenceFile (const string &, const string &, vector< DataDescrip * > &) |
Friends | |
std::ostream & | operator<< (std::ostream &, const InputData &) |
|
Precond:
A reference to the entire InputData calls factories based on the following keyword string ids: homology -- NapDataSetConcreteFactory geneprediction -- GenePredDataSetConcreteFactory spliceprediction -- SpliceSiteDataSetConcreteFactory curation -- CurationConcreteFactory |