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

void Impala::Core::Training::PrecomputeTask::Finalize (  )  [inline]

Definition at line 281 of file PrecomputeTask.h.

References Impala::Core::Feature::VirtualFeatureTableIOBufferWriter::AddQuids(), GetFeatureLocatorB(), Impala::Core::Feature::VirtualFeatureTableFactory::GetInstance(), Impala::Core::Feature::VirtualFeatureTable::GetQuids(), mComputingTestKernel, mDevelKernel, mMatrix, mThisKerLoc, mWriter, Impala::Core::Feature::VirtualFeatureTableIOBufferWriter::SetCompleted(), Impala::Persistency::KernelMatrixLocator::SetDoParts(), and Impala::Core::Feature::VirtualFeatureTable::Size().

00282     {
00283         if (mComputingTestKernel)
00284         {
00285             FeatureLocator loc = GetFeatureLocatorB(0);
00286             VirtualFeatureTable* features =
00287                 VFTFactory::GetInstance().ConstructIOBufferReader(loc, false);
00288             Table::QuidTable quids(features->Size());
00289             features->GetQuids(&quids);
00290             delete features;
00291             mWriter->AddQuids(&quids);
00292             mWriter->SetCompleted();
00293         }
00294         else
00295         {
00296             delete mMatrix;
00297             KernelMatrixLocator loc = mThisKerLoc;
00298             loc.SetDoParts(0);
00299             Persistency::DistributedAccessRepository().Add(loc, mDevelKernel);
00300         }
00301     }

Here is the call graph for this function:


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