#include <dexperimentrecord.h>
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 |
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.
| DExperimentRecord::DExperimentRecord | ( | int | id = -1, |
|
| const QString & | label = QString() | |||
| ) | [inline] |
| QString DExperimentRecord::label |
| QDate DExperimentRecord::date |
| QString DExperimentRecord::notes |
1.5.2