| MATLAB File Help: dml.csp | View code for dml.csp | Default Topics |
csp common spatial pattern algorithm. DESCRIPTION Extracts and applies csp filters. EXAMPLE: X = rand(10,500); Y = [1 1 1 1 1 2 2 2 2 2]'; m = dml.csp('indim',[5 100],'tdim',1) m = m.train(X,Y); Z = m.test(X); DEVELOPER Marcel van Gerven (m.vangerven@donders.ru.nl)
| Superclasses | dml.method |
| Sealed | false |
| Construct on load | false |
| csp | common spatial pattern algorithm. |
| NC | number of components (for each class) |
| W | CSP spatial filter |
| indim | input dimensions |
| restart | when false, starts at the previously learned parameters |
| std | standardizer |
| tdim | target dimension |
| verbose | whether or not to generate diagnostic output |
| model | this method does not return a model | |
| test | ||
| train |