Uses of Enum Class
com.pervasive.datarush.analytics.decisiontree.learner.DecisionTreeTraceLevel
Packages that use DecisionTreeTraceLevel
Package
Description
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 DecisionTreeTraceLevelModifier and TypeMethodDescriptionDecisionTreeLearner.getTraceLevel()For debugging tree construction.static DecisionTreeTraceLevelReturns the enum constant of this class with the specified name.static DecisionTreeTraceLevel[]DecisionTreeTraceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.decisiontree.learner with parameters of type DecisionTreeTraceLevelModifier and TypeMethodDescriptionvoidDecisionTreeLearner.setTraceLevel(DecisionTreeTraceLevel traceLevel) For debugging tree construction.