Class TreeSelectorParameters

java.lang.Object
com.aquima.interactions.framework.container.dtree.TreeSelectorParameters

public class TreeSelectorParameters extends Object
This class parses the parameters for a DecisionTree Selector.
Since:
5.1
Author:
F. van der Meer
  • Constructor Details

    • TreeSelectorParameters

      protected TreeSelectorParameters(IParameters parameters)
  • Method Details

    • getSymptomAttribute

      protected String getSymptomAttribute()
    • getSymptomEntity

      protected String getSymptomEntity()
    • getMatchButton

      protected String getMatchButton()
    • getMatchButtonEvent

      protected String getMatchButtonEvent()
    • getSelectButton

      protected String getSelectButton()
    • getSelectButtonEvent

      protected String getSelectButtonEvent()
    • getThreshold

      protected double getThreshold()
    • getMaxResults

      protected int getMaxResults()