classificationEval Properties |
The classificationEval type exposes the following members.
| Name | Description | |
|---|---|---|
| correct |
Gets or sets the correct: when used for simple precision computation
| |
| falseNegatives |
F_n - prediction was [false], but the truth table said [true]
| |
| falsePositives |
F_p - prediction was [true], but truth table said [false]
| |
| name |
Optional name assigned to this metric structure
| |
| positives |
Gets or sets the positives.
| |
| targets |
Gets the targets.
| |
| trueNegatives |
T_n - prediction was [false], and the truth table said [false]
| |
| truePositives |
T_p - prediction was [true], and truth table said [true]
| |
| wrong |
Gets or sets the wrong: when used for simple precission computation
|