Skip to content
Snippets Groups Projects

Improve armem prediction interface

Merged Philip Scherer requested to merge prediction-improvements into master
All threads resolved!
9 files
+ 83
46
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -73,7 +73,7 @@ namespace armarx
workingMemory().addCoreSegment("LinkedData", armem::example::LinkedData::ToAronType());
// We support the "Latest" prediction engine for the entire memory.
workingMemory().predictionEngines().push_back({"Latest"});
workingMemory().addPredictionEngine({"Latest"});
// For illustration purposes, we add more segments (without types).
bool trim = true;
Loading