Uses of Class
org.dmg.pmml.MapValues
-
Packages that use MapValues Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of MapValues in org.dmg.pmml
Methods in org.dmg.pmml that return MapValues Modifier and Type Method Description MapValuesMapValues. addExtensions(Extension... extensions)MapValuesMapValues. addFieldColumnPairs(FieldColumnPair... fieldColumnPairs)MapValuesObjectFactory. createMapValues()Create an instance ofMapValuesMapValuesMapValues. setDataType(DataType dataType)MapValuesMapValues. setDefaultValue(java.lang.Object defaultValue)MapValuesMapValues. setInlineTable(InlineTable inlineTable)MapValuesMapValues. setMapMissingTo(java.lang.Object mapMissingTo)MapValuesMapValues. setOutputColumn(java.lang.String outputColumn)MapValuesMapValues. setTableLocator(TableLocator tableLocator)Methods in org.dmg.pmml with parameters of type MapValues Modifier and Type Method Description VisitorActionVisitor. visit(MapValues mapValues) -
Uses of MapValues in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type MapValues Modifier and Type Method Description VisitorActionAbstractVisitor. visit(MapValues mapValues)
-