Description Usage Arguments Value Author(s) See Also
Function successRatio
extracts the success ratio (weighted ratio of samples correctly classified vs total samples) for each class and overall. The value is weighted to take into account the possible different sample number between classes.
1 2 3 | successRatio(classes,
tt,
ClassWeights)
|
tt |
The truth table from which the success ratio should have to be extracted. |
classes |
Vector containing the class label of each sample. |
ClassWeights |
Vector containing the weights of each class |
A numeric value showing the ratio of the samples that are correctly associated according to their real classes.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.