| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
TreeModel |
TreeModel.addExtensions(Extension... extensions) |
TreeModel |
ObjectFactory.createTreeModel()
Create an instance of
TreeModel |
TreeModel |
TreeModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
TreeModel |
TreeModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
TreeModel |
TreeModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
TreeModel |
TreeModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
TreeModel |
TreeModel.setMissingValuePenalty(Double missingValuePenalty)
Sets the value of the missingValuePenalty property.
|
TreeModel |
TreeModel.setMissingValueStrategy(MissingValueStrategyType missingValueStrategy)
Sets the value of the missingValueStrategy property.
|
TreeModel |
TreeModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
TreeModel |
TreeModel.setModelName(String modelName)
Sets the value of the modelName property.
|
TreeModel |
TreeModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
TreeModel |
TreeModel.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
TreeModel |
TreeModel.setNode(Node node)
Sets the value of the node property.
|
TreeModel |
TreeModel.setNoTrueChildStrategy(NoTrueChildStrategyType noTrueChildStrategy)
Sets the value of the noTrueChildStrategy property.
|
TreeModel |
TreeModel.setOutput(Output output)
Sets the value of the output property.
|
TreeModel |
TreeModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
TreeModel |
TreeModel.setSplitCharacteristic(TreeModel.SplitCharacteristic splitCharacteristic)
Sets the value of the splitCharacteristic property.
|
TreeModel |
TreeModel.setTargets(Targets targets)
Sets the value of the targets property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(TreeModel treeModel) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(TreeModel treeModel) |
VisitorAction |
AbstractVisitor.visit(TreeModel treeModel) |
VisitorAction |
AbstractModelVisitor.visit(TreeModel treeModel) |
Copyright © 2015 University of Tartu. All Rights Reserved.