automatic commit
[folded-ctf.git] / classifier_reader.h
index 374c576..d123f53 100644 (file)
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
+/*
+
+  Function to read classifiers, so that we can deal with different
+  type of classifiers.
+
+ */
+
 #ifndef CLASSIFIER_READER_H
 #define CLASSIFIER_READER_H
 
 #include "classifier.h"
 
-enum { CLASSIFIER_BOOSTED, CLASSIFIER_BAYESIAN };
+enum { CLASSIFIER_BOOSTED };
 
 Classifier *read_classifier(istream *is);