summary.SDEFSR_Dataset: S3 function to summary a SDEFSR_Dataset object

Description Usage Arguments Details Examples

Description

Summary relevant data of a SDEFSR_Dataset dataset.

Usage

1
2
## S3 method for class '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 accesible by the $ operator, e.g. dataset$relation or dataset$examplesPerClass.

Examples

1
2

SIMIDAT/SDEFSR documentation built on May 9, 2019, 11:13 a.m.