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