Reimplemented from Impala::Persistency::Locator. Definition at line 84 of file ModelLocator.h. References GetConcept(), GetConceptSet(), Impala::Persistency::Locator::GetDataSet(), GetFeature(), Impala::Persistency::Locator::GetHost(), GetModel(), and Impala::Persistency::Locator::GetProtocol(). Referenced by Impala::Core::Training::ApplyConceptsHelperFik::Initialise(), Impala::Persistency::operator<<(), and Impala::Core::Training::ApplyConceptsHelperFik::Predict(). 00085 { 00086 return "ModelLocator(" + GetProtocol() + "," + GetHost() 00087 + "," + GetDataSet() + "," + GetConceptSet() + "," 00088 + GetModel() + "," + GetFeature() + "," + GetConcept() + ")"; 00089 }
Here is the call graph for this function: ![]()
|