Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 19ba61a8 authored by Federico Ulliana's avatar Federico Ulliana
Browse files

using ad-hoc chase for explanations

parent 2904f5ab
No related branches found
No related tags found
1 merge request!68Resolve "add explanation module"
......@@ -44,7 +44,7 @@ public abstract class AbstractStaticGRIBasedExplainer_TrackerGRI<ExplanationType
*/
public AbstractStaticGRIBasedExplainer_TrackerGRI(KnowledgeBase kb) {
this.inputKB = kb;
this.griKBChase = DefaultChaseForExplanations.chase(inputKB);
this.griKBChase = DefaultChaseForExplanations.chaseForTracker(inputKB);
this.griTracker = griKBChase.getTracker();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment