Uses of Class
com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeTraceLevel
-
Packages that use DecisionTreeTraceLevel Package Description com.pervasive.datarush.analytics.decisiontree.learner Provides the PMML learner operator and associated classes. -
-
Uses of DecisionTreeTraceLevel in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner that return DecisionTreeTraceLevel Modifier and Type Method Description DecisionTreeTraceLevel
DecisionTreeLearner. getTraceLevel()
For debugging tree construction.static DecisionTreeTraceLevel
DecisionTreeTraceLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DecisionTreeTraceLevel[]
DecisionTreeTraceLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.decisiontree.learner with parameters of type DecisionTreeTraceLevel Modifier and Type Method Description void
DecisionTreeLearner. setTraceLevel(DecisionTreeTraceLevel traceLevel)
For debugging tree construction.
-