X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=classifier_reader.h;h=d123f53f6e6f499821024e6705ae482428e5a477;hp=374c576ef7cc9cea9fcd843360f2f1ff1f18489d;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/classifier_reader.h b/classifier_reader.h index 374c576..d123f53 100644 --- a/classifier_reader.h +++ b/classifier_reader.h @@ -18,12 +18,19 @@ // Contact 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);