Uses of Class
org.dmg.pmml.Apply
-
Packages that use Apply Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of Apply in org.dmg.pmml
Methods in org.dmg.pmml that return Apply Modifier and Type Method Description ApplyApply. addExpressions(Expression... expressions)ApplyApply. addExtensions(Extension... extensions)ApplyObjectFactory. createApply()Create an instance ofApplyApplyApply. setDefaultValue(java.lang.Object defaultValue)ApplyApply. setFunction(java.lang.String function)ApplyApply. setInvalidValueTreatment(InvalidValueTreatmentMethod invalidValueTreatment)ApplyApply. setMapMissingTo(java.lang.Object mapMissingTo)Methods in org.dmg.pmml with parameters of type Apply Modifier and Type Method Description VisitorActionVisitor. visit(Apply apply) -
Uses of Apply in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Apply Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Apply apply)VisitorActionExpressionFilterer. visit(Apply apply)VisitorActionInvalidMarkupInspector. visit(Apply apply)VisitorActionVersionDowngrader. visit(Apply apply)VisitorActionVersionInspector. visit(Apply apply)
-