Class TreeEngineRunner
- java.lang.Object
-
- com.aquima.interactions.dtree.impl.TreeEngineRunner
-
public class TreeEngineRunner extends Object
Decision tree evaluator.- Since:
- 5.0
- Author:
- F. van der Meer
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TreeEngineRunner(TreeEngine engine, IMetaModel metamodel, DecisionTree tree, IAnswers answers, InferenceContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ITreeResponse
getResponse()
protected void
run()
-
-
-
Constructor Detail
-
TreeEngineRunner
protected TreeEngineRunner(TreeEngine engine, IMetaModel metamodel, DecisionTree tree, IAnswers answers, InferenceContext context)
-
-
Method Detail
-
getResponse
protected ITreeResponse getResponse()
-
run
protected void run() throws AppException
- Throws:
AppException
-
-