DTrainedRecogRecord Class Reference

#include <dtrainedrecogrecord.h>

List of all members.

Public Member Functions

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

Public Attributes

int id
QString label
QByteArray recogniserKey
QDate date
bool external
QString notes
bool ready
QString modelFile
QList< QByteArray > orderedFeatures
QSet< int > trainingSet
QHash< QString, QVariant > options


Detailed Description

Warning: This is not an actual trained recogniser, just a record of one.

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


Constructor & Destructor Documentation

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


Member Data Documentation

int DTrainedRecogRecord::id

QString DTrainedRecogRecord::label

QByteArray DTrainedRecogRecord::recogniserKey

QDate DTrainedRecogRecord::date

bool DTrainedRecogRecord::external

QString DTrainedRecogRecord::notes

As the DB can be used to store the results of external experiments.

bool DTrainedRecogRecord::ready

QString DTrainedRecogRecord::modelFile

Prevents race conditions, e.g. if data file is renamed.

QList<QByteArray> DTrainedRecogRecord::orderedFeatures

QSet<int> DTrainedRecogRecord::trainingSet

QHash<QString, QVariant> DTrainedRecogRecord::options


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