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

Impala::Core::Trec::TrecSVM::TrecSVM ( int  nrConcepts,
int  nrFeatures 
) [inline]

Definition at line 24 of file TrecSVM.h.

References mDataFile, mFirstTime, mModel, mNodes, mNrConcepts, mNrFeatures, mProbs, mRangeMax, mRangeMin, and mScale.

00025     {
00026         mNrConcepts = nrConcepts;
00027         mNrFeatures = nrFeatures;
00028         mModel = 0;
00029         mProbs = 0;
00030         mNodes = 0;
00031         mFirstTime = true;
00032         mScale = false;
00033         mRangeMin = new Real64[mNrFeatures];
00034         mRangeMax = new Real64[mNrFeatures];
00035         mDataFile = std::string("concept_data");
00036     }


Generated on Fri Mar 19 11:26:40 2010 for ImpalaSrc by  doxygen 1.5.1