Uses of Class
org.dmg.pmml.tree.DecisionTree
-
Packages that use DecisionTree Package Description org.dmg.pmml org.dmg.pmml.tree org.jpmml.model.visitors -
-
Uses of DecisionTree in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type DecisionTree Modifier and Type Method Description VisitorActionVisitor. visit(DecisionTree decisionTree) -
Uses of DecisionTree in org.dmg.pmml.tree
-
Uses of DecisionTree in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type DecisionTree Modifier and Type Method Description VisitorActionAbstractVisitor. visit(DecisionTree decisionTree)VisitorActionFieldResolver. visit(DecisionTree decisionTree)VisitorActionNodeFilterer. visit(DecisionTree decisionTree)
-