Uses of Class
org.dmg.pmml.TransformationDictionary
-
Packages that use TransformationDictionary Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of TransformationDictionary in org.dmg.pmml
Methods in org.dmg.pmml that return TransformationDictionary Modifier and Type Method Description TransformationDictionaryTransformationDictionary. addDefineFunctions(DefineFunction... defineFunctions)TransformationDictionaryTransformationDictionary. addDerivedFields(DerivedField... derivedFields)TransformationDictionaryTransformationDictionary. addExtensions(Extension... extensions)TransformationDictionaryObjectFactory. createTransformationDictionary()Create an instance ofTransformationDictionaryTransformationDictionaryPMML. getTransformationDictionary()Methods in org.dmg.pmml with parameters of type TransformationDictionary Modifier and Type Method Description PMMLPMML. setTransformationDictionary(TransformationDictionary transformationDictionary)VisitorActionVisitor. visit(TransformationDictionary transformationDictionary) -
Uses of TransformationDictionary in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type TransformationDictionary Modifier and Type Method Description VisitorActionAbstractVisitor. visit(TransformationDictionary transformationDictionary)VisitorActionFieldResolver. visit(TransformationDictionary transformationDictionary)
-