powered by
Method for check if a dataset is multi-class
isMultiClass(data)
Dataset as data.frame
Returns TRUE if the dataset is multi-class and FALSE if it is not.
# NOT RUN { iris <- RKEEL::loadKeelDataset("iris") isMultiClass(iris) # }
Run the code above in your browser using DataLab