DExperimentRecord Class Reference

#include <dexperimentrecord.h>

List of all members.

Public Member Functions

 DExperimentRecord (int id=-1, const QString &label=QString())

Public Attributes

int id
QString label
bool external
QDate date
QString notes
int trainedRecogniserId
QString cachedCorrectText
QString cachedIncorrectText


Detailed Description

Notes:

1. Even though the Experiment Assistant may be used to perform experiments with multiple trained recognisers at once, each recogniser tested will have it's own experiment ID and thus also a row of the Experiment table assigned to it (for that experiment run).

2. The database can be used to store the results of external experiments, thus the reason for having the "external" boolean field.

3. The actual results of each experiment are stored in the ExperimentResult table.

Note: This is a class, not a struct, so that it can be used as a template parameter.


Constructor & Destructor Documentation

DExperimentRecord::DExperimentRecord ( int  id = -1,
const QString &  label = QString() 
) [inline]


Member Data Documentation

int DExperimentRecord::id

QString DExperimentRecord::label

bool DExperimentRecord::external

QDate DExperimentRecord::date

QString DExperimentRecord::notes

int DExperimentRecord::trainedRecogniserId

QString DExperimentRecord::cachedCorrectText

QString DExperimentRecord::cachedIncorrectText


The documentation for this class was generated from the following file:
Generated on Mon Jul 30 09:46:52 2007 for Digest by  doxygen 1.5.2