MATLAB File Help: dml.method | View code for dml.method | Default Topics |
method abstract class for multivariate methods.
DESCRIPTION
The method class should not be called directly but forms the basis for
all classes in the methods package
DEVELOPER
Marcel van Gerven (m.vangerven@donders.ru.nl)
Sealed | false |
Construct on load | false |
method | parse options |
indims | dimensions of the input data (excluding the trial dim and time dim in time series data) |
restart | when false, starts at the previously learned parameters; needed for online learning and grid search |
verbose | whether or not to generate diagnostic output |
model | this method does not return a model | |
Abstract | test | |
Abstract | train |