| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected Node |
TreeModel.node |
protected Node |
DecisionTree.node |
| Modifier and Type | Field and Description |
|---|---|
protected List<Node> |
Node.nodes |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
Node.getNodes()
Gets the value of the nodes property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.setNode(Node value)
Sets the value of the node property.
|
void |
DecisionTree.setNode(Node value)
Sets the value of the node property.
|
VisitorAction |
Visitor.visit(Node node) |
VisitorAction |
AbstractVisitor.visit(Node node) |
VisitorAction |
AbstractSimpleVisitor.visit(Node node) |
| Constructor and Description |
|---|
DecisionTree(Node node,
MiningFunctionType functionName) |
TreeModel(MiningSchema miningSchema,
Node node,
MiningFunctionType functionName) |
Copyright © 2013 University of Tartu. All Rights Reserved.