MATLAB File Help: dml.method View code for dml.method Default Topics
dml.method
  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)
Class Details
Sealed false
Construct on load false
Constructor Summary
method parse options 
Property Summary
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 
Method Summary
  model this method does not return a model 
Abstract   test  
Abstract   train