PRTools contents

PRTools manual

rsscc

RSSCC

Random subspace combining classifier

     W = RSSCC(A,CLASSF,NFEAT,NCLASSF)

Input
 A Dataset
 CLASSF Untrained base classifier
 NFEAT Number of features for training CLASSF
 NCLASSF Number of base classifiers

Output
 W Combined classifer

Description

This procedure computes a combined classifier consisting out of NCLASSF base classifiers, each trained by a random set of NFEAT features of A W is just the set of base classifiers and still needs a combiner, e.g.  use W*MAXC or W*VOTEC.

See also

datasets, mappings, parallel,

PRTools contents

PRTools manual