#include <dtrainedrecogrecord.h>
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 |
Note: This is a class, not a struct, so that it can be used as a template parameter.
| DTrainedRecogRecord::DTrainedRecogRecord | ( | int | id = -1, |
|
| const QString & | label = QString() | |||
| ) | [inline] |
| QString DTrainedRecogRecord::label |
| QByteArray DTrainedRecogRecord::recogniserKey |
| QString DTrainedRecogRecord::notes |
As the DB can be used to store the results of external experiments.
| 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 |
1.5.2