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

void Impala::Persistency::KernelMatrixRepositoryInFile::Add ( const KernelMatrixLocator loc,
KernelMatrix mat 
) [inline]

Definition at line 63 of file KernelMatrixRepositoryInFile.h.

References Impala::Core::Training::KernelMatrix::GetDA(), GetDir(), Impala::Core::Training::KernelMatrix::GetFeatureTab(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::KernelMatrixLocator::GetIsIndex(), RepFS(), and Impala::Util::Write().

00064     {
00065         if (loc.GetIsIndex())
00066             return DistributedAccessRepository().Add(loc, mat->GetDA());
00067 
00068         String dir = GetDir(loc, false);
00069         String fName = loc.GetFeature() + ".tab";
00070         File file = RepFS().GetFile(loc, dir, fName, true, false);
00071         Write(mat->GetFeatureTab(), file);
00072     }

Here is the call graph for this function:


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