| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.addExtensions(Extension... extensions) |
Node |
Node.addNodes(Node... nodes) |
Node |
Node.addScoreDistributions(ScoreDistribution... scoreDistributions) |
Node |
ObjectFactory.createNode()
Create an instance of
Node |
Node |
TreeModel.getNode()
Gets the value of the node property.
|
Node |
DecisionTree.getNode()
Gets the value of the node property.
|
Node |
Node.setDefaultChild(String defaultChild)
Sets the value of the defaultChild property.
|
Node |
Node.setEmbeddedModel(EmbeddedModel embeddedModel)
Sets the value of the embeddedModel property.
|
Node |
Node.setId(String id)
Sets the value of the id property.
|
Node |
Node.setPartition(Partition partition)
Sets the value of the partition property.
|
Node |
Node.setPredicate(Predicate predicate)
Sets the value of the predicate property.
|
Node |
Node.setRecordCount(Double recordCount)
Sets the value of the recordCount property.
|
Node |
Node.setScore(String score)
Sets the value of the score property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getNodes()
Gets the value of the nodes property.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.addNodes(Node... nodes) |
TreeModel |
TreeModel.setNode(Node node)
Sets the value of the node property.
|
DecisionTree |
DecisionTree.setNode(Node node)
Sets the value of the node property.
|
VisitorAction |
Visitor.visit(Node node) |
| Constructor and Description |
|---|
DecisionTree(MiningFunctionType functionName,
Node node) |
TreeModel(MiningFunctionType functionName,
MiningSchema miningSchema,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
Map<Node,List<Node>> |
TreePathFinder.getPaths() |
Map<Node,List<Node>> |
TreePathFinder.getPaths() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Node node) |
VisitorAction |
AbstractVisitor.visit(Node node) |
VisitorAction |
TreePathFinder.visit(Node node) |
Copyright © 2016 University of Tartu. All Rights Reserved.