| Package | Description |
|---|---|
| sklearn | |
| sklearn2pmml |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Customization> |
Estimator.getPMMLCustomizations() |
| Modifier and Type | Method and Description |
|---|---|
Estimator |
Estimator.setPMMLCustomizations(List<? extends Customization> pmmlCustomizations) |
| Modifier and Type | Method and Description |
|---|---|
static Customization |
Customization.createDelete(String xPathExpr) |
static Customization |
Customization.createInsert(String xPathExpr,
String pmmlElement) |
static Customization |
Customization.createUpdate(String xPathExpr,
String pmmlElement) |
Customization |
Customization.setCommand(String command) |
Customization |
Customization.setPMMLElement(String pmmlElement) |
Customization |
Customization.setXPathExpr(String xPathExpr) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CustomizationUtil.customize(org.dmg.pmml.Model model,
List<? extends Customization> customizations) |
Copyright © 2024. All rights reserved.