Learn R Programming

SDEFSR (version 0.7.22)

print.SDEFSR_Dataset: S3 function to print in console the contents of the dataset This function shows the matrix of data uncoded.

Description

S3 function to print in console the contents of the dataset

This function shows the matrix of data uncoded.

Usage

# S3 method for SDEFSR_Dataset
print(x, ...)

Arguments

x

The SDEFSR_Dataset object to view

...

Additional arguments passed to the print function

Value

a matrix with the dataset uncoded.

@examples

print(habermanTra)

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.