Evaluation
enums.Evaluation()Classification labels for prediction quality and confidence.
Attributes
| Name | Type | Description |
|---|---|---|
| EQUALITY_BY_ID_AND_FULL_REFERENCE | str |
Match by reference identifiers and full-reference condition. |
| EQUALITY_BY_ID | str |
Match by reference identifiers. |
| EQUALITY_BY_FULL_REFERENCE | str |
Match by full-reference condition. |
| PREDICTION_UNIQUE | str |
One unique prediction selected. |
| PREDICTION_UNIQUE_AND_FULL_REFERENCE | str |
One unique prediction selected with full-reference condition. |
| TO_CHECK_PREDICTION_FULL | str |
Manual check advised; prediction selected with full-reference context. |
| TO_CHECK_PREDICTION_MULTI | str |
Manual check advised; multiple prediction candidates. |
| TO_CHECK_PREDICTION_MULTI_FULL | str |
Manual check advised; multiple candidates with full-reference context. |
| TO_CHECK_ORIGINAL | str |
Manual check advised; keep or inspect original geometry. |
| TO_CHECK_NO_PREDICTION | str |
Manual check advised; no suitable prediction found. |
| NOT_EVALUATED | str |
No evaluation performed. |
| NO_CHANGE | str |
No meaningful change detected. |