Home > biosig > t400 > untrain_sc.m

untrain_sc

PURPOSE ^

UnTrain - decrementaal learning (untraining) of classifier

SYNOPSIS ^

function [CC]=untrain_sc(CC,classlabel,x)

DESCRIPTION ^

 UnTrain - decrementaal learning (untraining) of classifier 
 
  CC = untrain_sc(CC,classlabel,x)
       
 CC is a statistical classifier, it contains basically the mean 
 and the covariance of the data of each class. This information 
 is incoded in the so-called "extended covariance matrices".  

 CC can be used for various statistical classifiers included
  LDA, MDA, QDA, GRB, etc. 

 see also: TEST_SC, COVM, LDBC2, LDBC3, LDBC4, MDBC, GDBC

CROSS-REFERENCE INFORMATION ^

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