Class TreeSelectorParameters


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

      • TreeSelectorParameters

        protected TreeSelectorParameters​(IParameters parameters)
    • Method Detail

      • 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()