| 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.
|
Node |
Node.withDefaultChild(String value) |
Node |
Node.withEmbeddedModel(EmbeddedModel value) |
Node |
Node.withExtensions(Collection<Extension> values) |
Node |
Node.withExtensions(Extension... values) |
Node |
Node.withId(String value) |
Node |
Node.withNodes(Collection<Node> values) |
Node |
Node.withNodes(Node... values) |
Node |
Node.withPartition(Partition value) |
Node |
Node.withPredicate(Predicate value) |
Node |
Node.withRecordCount(Double value) |
Node |
Node.withScore(String value) |
Node |
Node.withScoreDistributions(Collection<ScoreDistribution> values) |
Node |
Node.withScoreDistributions(ScoreDistribution... values) |
| 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) |
TreeModel |
TreeModel.withNode(Node value) |
DecisionTree |
DecisionTree.withNode(Node value) |
Node |
Node.withNodes(Node... values) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.withNodes(Collection<Node> values) |
| Constructor and Description |
|---|
DecisionTree(Node node,
MiningFunctionType functionName) |
TreeModel(MiningSchema miningSchema,
Node node,
MiningFunctionType functionName) |
Copyright © 2014 University of Tartu. All Rights Reserved.