Uses of Class
sklearn2pmml.Customization
-
Packages that use Customization Package Description sklearn sklearn2pmml -
-
Uses of Customization in sklearn
Methods in sklearn that return types with arguments of type Customization Modifier and Type Method Description java.util.List<Customization>Estimator. getPMMLCustomizations()Method parameters in sklearn with type arguments of type Customization Modifier and Type Method Description EstimatorEstimator. setPMMLCustomizations(java.util.List<? extends Customization> pmmlCustomizations) -
Uses of Customization in sklearn2pmml
Methods in sklearn2pmml that return Customization Modifier and Type Method Description static CustomizationCustomization. createDelete(java.lang.String xPathExpr)static CustomizationCustomization. createInsert(java.lang.String xPathExpr, java.lang.String pmmlElement)static CustomizationCustomization. createUpdate(java.lang.String xPathExpr, java.lang.String pmmlElement)CustomizationCustomization. setCommand(java.lang.String command)CustomizationCustomization. setPMMLElement(java.lang.String pmmlElement)CustomizationCustomization. setXPathExpr(java.lang.String xPathExpr)Method parameters in sklearn2pmml with type arguments of type Customization Modifier and Type Method Description static voidCustomizationUtil. customize(org.dmg.pmml.Model model, java.util.List<? extends Customization> customizations)
-