Learn R Programming

darch (version 0.12.0)

DataSet-class: Class for specifying datasets.

Description

Class for specifying datasets.

Arguments

Slots

data

Input data.

targets

Target output.

formula

formula for the data.

parameters

Fit parameters.

Details

This class deals with data (input) and targets (output) for neural networks, including conversion of ordinal and nominal data, validation of data, and application of model formulae to the data.

See Also

Other darch classes: DArch-class, Net-class, RBM-class