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: ![]()
|