print.SDEFSR_Dataset: S3 function to print in console the contents of the dataset...

Description Usage Arguments Details Value

View source: R/exportedFunctions.R

Description

S3 function to print in console the contents of the dataset

This function shows the matrix of data uncoded.

Usage

1
2
## S3 method for class 'SDEFSR_Dataset'
print(x, ...)

Arguments

x

The SDEFSR_Dataset object to view

...

Additional arguments passed to the print function

Details

This function show the matix of data. Internally, a SDEFSR_Dataset object has a list of of examples and this examples are coded numerically. This function decode these examples and convert the list into a matrix.

Value

a matrix with the dataset uncoded.

@examples

print(habermanTra)


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