| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.mining | |
| org.dmg.pmml.regression | |
| org.dmg.pmml.tree | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
abstract EmbeddedModel |
EmbeddedModel.setAlgorithmName(String algorithmName) |
abstract EmbeddedModel |
EmbeddedModel.setLocalTransformations(LocalTransformations localTransformations) |
abstract EmbeddedModel |
EmbeddedModel.setMiningFunction(MiningFunction miningFunction) |
abstract EmbeddedModel |
EmbeddedModel.setModelName(String modelName) |
abstract EmbeddedModel |
EmbeddedModel.setModelStats(ModelStats modelStats) |
abstract EmbeddedModel |
EmbeddedModel.setOutput(Output output) |
abstract EmbeddedModel |
EmbeddedModel.setTargets(Targets targets) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(EmbeddedModel embeddedModel) |
| Modifier and Type | Method and Description |
|---|---|
List<EmbeddedModel> |
MiningModel.getEmbeddedModels() |
| Modifier and Type | Method and Description |
|---|---|
MiningModel |
MiningModel.addEmbeddedModels(EmbeddedModel... embeddedModels) |
| Modifier and Type | Class and Description |
|---|---|
class |
Regression |
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionTree |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedModel |
ComplexNode.getEmbeddedModel() |
EmbeddedModel |
Node.getEmbeddedModel() |
| Modifier and Type | Method and Description |
|---|---|
ComplexNode |
ComplexNode.setEmbeddedModel(EmbeddedModel embeddedModel) |
Node |
Node.setEmbeddedModel(EmbeddedModel embeddedModel) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(EmbeddedModel embeddedModel) |
Copyright © 2022. All rights reserved.