X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=classifier_reader.cc;h=ee79a5273c584151fd1068831f126d22cadc986a;hb=b8222ae1fb874f0783803f55e0bc4c4b9ffca8b2;hp=dcd1e5be5c0b52d134002bec3f21fb30da78fde1;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/classifier_reader.cc b/classifier_reader.cc index dcd1e5b..ee79a52 100644 --- a/classifier_reader.cc +++ b/classifier_reader.cc @@ -12,7 +12,9 @@ // 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 // /////////////////////////////////////////////////////////////////////////// @@ -30,9 +32,6 @@ Classifier *read_classifier(istream *is) { case CLASSIFIER_BOOSTED: result = new BoostedClassifier(); break; -// case CLASSIFIER_BAYESIAN: -// result = new BayesianClassifier(); -// break; default: cerr << "Unknown classifier ID " << id << endl; exit(1);