Home > biosig > t400 > fc0.m

fc0

PURPOSE ^

FC finds a classifier for asnychroneous data

SYNOPSIS ^

function [CC,Q,tsd,md,cc]=fc0(D,TRIG,T,arg4)

DESCRIPTION ^

 FC finds a classifier for asnychroneous data
 
 [CC,Q,TSD,MD]=fc0(D,TRIG,class_times [,SWITCH]);

 D     data, each row is one time point
 TRIG    trigger time points
 class_times each row defines a segment used for Classification
 SWITCH 0 [default] minimizes result
    2 only have of the possible t1-t2 combinations are used

 CC     contains LDA and MD classifiers
 Q      is a list of classification quality for each time of 'class_times'
 TSD     returns the LDA classification 
 MD    returns the MD  classification 


 [CC,Q,TSD,MD]=fc(AR,find(trig>0.5)-257,reshape(1:14*128,16,14*8)');

 see also: COVM.M, QCMAHAL, MDBC, LDBC,

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003