Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Classifier* Impala::Core::Training::Factory::MakeClassifier ( String  type  )  [inline]

Definition at line 33 of file Factory.h.

References ILOG_ERROR.

Referenced by Impala::Application::TrainModel().

00034     {
00035         if(type == "svm")
00036             return new Svm();
00037         ILOG_ERROR("unable to make classifier of type " << type);
00038         exit(1);
00039     }


Generated on Fri Mar 19 11:23:28 2010 for ImpalaSrc by  doxygen 1.5.1