summary.SDEFSR_Dataset: S3 function to summary a SDEFSR_Dataset object
Description
Summary relevant data of a SDEFSR_Dataset dataset.
Usage
# S3 method for SDEFSR_Dataset
summary(object, ...)
Arguments
object
A SDEFSR_Dataset class.
...
Additional arguments to the summary function.
Details
This function show important information about the SDEFSR_Dataset dataset for the user. Note that it does not
show all the information available. The rest is only for the algorithms. The values that appear are accessible by the
$ operator, e.g. dataset$relation or dataset$examplesPerClass.