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

Feature::FeatureTable* Impala::Core::Matrix::LoadDistributedMatrix ( String  name,
Core::Database::RawDataSet *  set,
Core::Database::RawDataSet *  set2 
)

Definition at line 537 of file DistributedAccess.h.

References ILOG_ERROR, ILOG_VAR, LoadDistributedMatrix(), and Impala::Core::Matrix::DistributedAccess::Valid().

Referenced by Impala::Core::Training::Factory::MakeDataSrc().

00540 {
00541     ILOG_VAR(Core.Matrix.LoadDistributedMatrix);
00542     DistributedAccess access(name, set, set2, Link::Mpi::MyId(), 1);
00543     if(!access.Valid())
00544     {
00545         ILOG_ERROR("could not open distributed matrix \"" << name << "\"");
00546         return 0;
00547     }
00548     return LoadDistributedMatrix(access);
00549 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:15:51 2010 for ImpalaSrc by  doxygen 1.5.1