The ISlQualityTable interface includes properties and methods used to work with the collection of values describing the quality of a selected binary model. These values form the following value, for example:
| Fact ISlQualitySet.Actual |
Predicted ISlQualitySet.Prediction |
Predicted correctly ISlQualitySet.CorrectPrediction |
|
| Number: 0 | 3 | 3 | 2 |
| Number: 1 | 2 | 2 | 1 |
| Property name | Brief description | |
| The Count property returns the number of rows in a table. | ||
| The Item property returns a specified row from the table. |
| Method name | Brief description | |
| The Add method adds a row into a table. | ||
| The Clear method clears collection of values that describe quality of binary model selection. | ||
| The Remove method removes a selected row from the table. |
See also: