Uses of Class
org.kie.pmml.pmml_4_2.model.PMMLDataField
-
Packages that use PMMLDataField Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.model -
-
Uses of PMMLDataField in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 that return PMMLDataField Modifier and Type Method Description PMMLDataFieldPMML4Unit. findDataDictionaryEntry(String fieldName)Methods in org.kie.pmml.pmml_4_2 that return types with arguments of type PMMLDataField Modifier and Type Method Description List<PMMLDataField>PMML4Unit. getDataDictionaryFields()Map<String,PMMLDataField>PMML4Unit. getDataDictionaryMap() -
Uses of PMMLDataField in org.kie.pmml.pmml_4_2.model
Subclasses of PMMLDataField in org.kie.pmml.pmml_4_2.model Modifier and Type Class Description classPMMLMiningFieldclassPMMLOutputFieldMethods in org.kie.pmml.pmml_4_2.model that return PMMLDataField Modifier and Type Method Description PMMLDataFieldPMML4UnitImpl. findDataDictionaryEntry(String fieldName)Methods in org.kie.pmml.pmml_4_2.model that return types with arguments of type PMMLDataField Modifier and Type Method Description List<PMMLDataField>PMML4UnitImpl. getDataDictionaryFields()Map<String,PMMLDataField>PMML4UnitImpl. getDataDictionaryMap()Methods in org.kie.pmml.pmml_4_2.model with parameters of type PMMLDataField Modifier and Type Method Description protected org.dmg.pmml.pmml_4_2.descr.MiningFieldAbstractModel. getValidMiningField(PMMLDataField dataField)
-