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

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

Definition at line 139 of file Factory.h.

References ILOG_ERROR.

Referenced by MakeSearcher(), and Impala::Application::TrainModel().

00140     {
00141         if (type == "svm")
00142             return new Svm();
00143         ILOG_ERROR("unable to make classifier of type " << type);
00144         return 0;
00145     }


Generated on Thu Jan 13 09:21:13 2011 for ImpalaSrc by  doxygen 1.5.1