Definition at line 415 of file mainPrecomputeKernelMatrix.cpp. References GetPartialTask(), and Impala::Core::Array::WriteRaw(). Referenced by mainPrecomputeKernelMatrix(). 00416 { 00417 int partcount, row, column; 00418 GetPartialTask(partcount, row, column); 00419 std::ostringstream filename; 00420 filename << resultname << ".precomputed"; 00421 filename << ".part-R" << row << "-C" << column; 00422 filename << ".raw"; 00423 WriteRaw(accumulator, filename.str(), db, true); 00424 }
Here is the call graph for this function:
|