summary.SDEFSR_Dataset: S3 function to summary a SDEFSR_Dataset object

Description Usage Arguments Details Examples

View source: R/exportedFunctions.R

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 accessible by the $ operator, e.g. dataset$relation or dataset$examplesPerClass.

Examples

1
2

SDEFSR documentation built on April 30, 2021, 9:10 a.m.