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 | |
Count | The Count property returns the number of rows in a table. | |
Item | The Item property returns a specified row from the table. |
Method name | Brief description | |
Add | The Add method adds a row into a table. | |
Clear | The Clear method clears collection of values that describe quality of binary model selection. | |
Remove | The Remove method removes a selected row from the table. |
See also: