Learn R Programming

preprocomb (version 0.3.0)

GridClass-class: container for preprocessor combinations and preprocessed data sets.

Description

Preprocessing techniques defined with setpreprocessor() can be combined to a phase. Phases defined with setphase() can be combined to a grid of combinations with setgrid(). The main programmatic use with preprocomb() takes a GridClass object as argument.

Arguments

Slots

grid
(data frame) preprocessor combinations
data
(list) DataClass objects
validation
(data frame) validation results

Details

GridClass is also an interface for extending the system to package 'metaheur', which takes a GridClass object to find near-optiomal combinations fast.