summary.keel: S3 function to summary a keel object
Description
Summary relevant data of a keel dataset.
Usage
"summary"(object, ...)
Arguments
object
A keel class.
...
Additional arguments to the summary function.
Details
This function show important information about the keel 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 accesible by the
$ operator, e.g. dataset$relation or dataset$examplesPerClass.