Description Usage Arguments Value Examples
View source: R/validateClasses.R
Matches Probability Columns with Classes
| 1 | validateClasses(classes, probs)
 | 
| classes | from Target Column of data set | 
| probs | Vector of Class Probability column names | 
True : if all classes have probabilities False : otherwise
| 1 | validateClasses( c("class1" , "class2" , ..), c("probClass1" , "probClass2"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.