| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.adapters | |
| org.dmg.pmml.tree | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Node node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeAdapter.unmarshal(ComplexNode value) |
| Modifier and Type | Method and Description |
|---|---|
ComplexNode |
NodeAdapter.marshal(Node node) |
| Modifier and Type | Class and Description |
|---|---|
class |
BranchNode |
class |
ComplexNode |
class |
LeafNode |
class |
SimpleNode |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.addExtensions(Extension... extensions) |
Node |
Node.addNodes(Node... nodes) |
Node |
Node.addScoreDistributions(ScoreDistribution... scoreDistributions) |
Node |
DecisionTree.getNode() |
Node |
TreeModel.getNode() |
Node |
Node.setDefaultChild(String defaultChild) |
Node |
Node.setEmbeddedModel(EmbeddedModel embeddedModel) |
Node |
Node.setId(String id) |
Node |
Node.setPartition(Partition partition) |
Node |
Node.setRecordCount(Double recordCount) |
Node |
Node.setScore(Object score) |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
ComplexNode.getNodes() |
List<Node> |
Node.getNodes() |
List<Node> |
BranchNode.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
ComplexNode |
ComplexNode.addNodes(Node... nodes) |
Node |
Node.addNodes(Node... nodes) |
DecisionTree |
DecisionTree.setNode(Node node) |
TreeModel |
TreeModel.setNode(Node node) |
| Constructor and Description |
|---|
DecisionTree(MiningFunction miningFunction,
Node node) |
TreeModel(MiningFunction miningFunction,
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 |
AbstractVisitor.visit(Node node) |
VisitorAction |
TreePathFinder.visit(Node node) |
VisitorAction |
NodeScoreParser.visit(Node node) |
Copyright © 2019 University of Tartu. All rights reserved.