MATLAB File Help: dml.sincos View code for dml.sincos Default Topics
dml.sincos
  sincos circular regression by decomposing into sine and cosine.
 
    DESCRIPTION
    Angle is represented as sine and cosine on which regularized linear
    regression is performed
 
    EXAMPLE
 
    DEVELOPER
    Marcel van Gerven (m.vangerven@donders.ru.nl)
Class Details
Superclasses dml.method
Sealed false
Construct on load false
Constructor Summary
sincos circular regression by decomposing into sine and cosine. 
Property Summary
cosreg regressor applied to cosine 
indims dimensions of the input data (excluding the trial dim and time dim in time series data) 
regressor  
restart when false, starts at the previously learned parameters; needed for online learning and grid search 
sinreg regressor applied to sine 
verbose whether or not to generate diagnostic output 
Method Summary
  model this method does not return a model 
  test  
  train