DataSet: Class for specifying datasets.

Description Details Slots See Also

Description

Class for specifying datasets.

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.

Slots

data

Input data.

targets

Target output.

formula

formula for the data.

parameters

Fit parameters.

See Also

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


darch documentation built on May 29, 2017, 8:14 p.m.

Related to DataSet in darch...