| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
DecisionTree |
DecisionTree.addExtensions(Extension... extensions) |
DecisionTree |
DecisionTree.addResultFields(ResultField... resultFields) |
DecisionTree |
ObjectFactory.createDecisionTree()
Create an instance of
DecisionTree |
DecisionTree |
DecisionTree.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
DecisionTree |
DecisionTree.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
DecisionTree |
DecisionTree.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
DecisionTree |
DecisionTree.setMissingValuePenalty(Double missingValuePenalty)
Sets the value of the missingValuePenalty property.
|
DecisionTree |
DecisionTree.setMissingValueStrategy(MissingValueStrategyType missingValueStrategy)
Sets the value of the missingValueStrategy property.
|
DecisionTree |
DecisionTree.setModelName(String modelName)
Sets the value of the modelName property.
|
DecisionTree |
DecisionTree.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
DecisionTree |
DecisionTree.setNode(Node node)
Sets the value of the node property.
|
DecisionTree |
DecisionTree.setNoTrueChildStrategy(NoTrueChildStrategyType noTrueChildStrategy)
Sets the value of the noTrueChildStrategy property.
|
DecisionTree |
DecisionTree.setOutput(Output output)
Sets the value of the output property.
|
DecisionTree |
DecisionTree.setSplitCharacteristic(DecisionTree.SplitCharacteristic splitCharacteristic)
Sets the value of the splitCharacteristic property.
|
DecisionTree |
DecisionTree.setTargets(Targets targets)
Sets the value of the targets property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(DecisionTree decisionTree) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(DecisionTree decisionTree) |
VisitorAction |
AbstractVisitor.visit(DecisionTree decisionTree) |
Copyright © 2015 University of Tartu. All Rights Reserved.