1
|
Description of the project
|
2
|
--------------------------
|
3
|
This project defines **data store schemas** used by the execution workflow and the training workflow (see `icm-iis-mainworkflows` project for explanation what these workflows are). It _does not_ define schemas of data stores or structures used internally by concrete workflow nodes.
|
4
|
|
5
|
Confidence Level description
|
6
|
--------------------------
|
7
|
Confidnece level field has the following properties:
|
8
|
1) comes from [0, 1] range
|
9
|
2) has a meaning that the greater the value, the greater module's confidence that given data is correct.
|
10
|
3) if the value is in the [0, 0.33) range, it means that the confidence is low; if it is in the [0.33, 0.66) range, it means that the confidence is medium; if it is in the [0.66, 1] range, it means that the confidence is high.
|