X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=classifier_reader.h;h=d123f53f6e6f499821024e6705ae482428e5a477;hp=5d68ceef51e5dbd14cc1ae3e471dfe4508f11f47;hb=aed34255065b18c445d096f51bd2091833810a81;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c diff --git a/classifier_reader.h b/classifier_reader.h index 5d68cee..d123f53 100644 --- a/classifier_reader.h +++ b/classifier_reader.h @@ -12,16 +12,25 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // 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);