isMultiClass | R Documentation |
Method for check if a dataset is multi-class
isMultiClass(data)
data |
Dataset as data.frame |
Returns TRUE if the dataset is multi-class and FALSE if it is not.
iris <- RKEEL::loadKeelDataset("iris")
isMultiClass(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.