| MATLAB File Help: dml.sincos | View code for dml.sincos | Default Topics |
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)| Superclasses | dml.method |
| Sealed | false |
| Construct on load | false |
| sincos | circular regression by decomposing into sine and cosine. |
| 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 |
| model | this method does not return a model | |
| test | ||
| train |