Uses of Class
org.kie.pmml.pmml_4_2.model.PMMLOutputField
-
Packages that use PMMLOutputField Package Description org.kie.pmml.pmml_4_2 org.kie.pmml.pmml_4_2.model -
-
Uses of PMMLOutputField in org.kie.pmml.pmml_4_2
Methods in org.kie.pmml.pmml_4_2 that return PMMLOutputField Modifier and Type Method Description PMMLOutputFieldPMML4Model. findOutputField(String fieldName)Methods in org.kie.pmml.pmml_4_2 that return types with arguments of type PMMLOutputField Modifier and Type Method Description List<PMMLOutputField>PMML4Model. getOutputFields() -
Uses of PMMLOutputField in org.kie.pmml.pmml_4_2.model
Methods in org.kie.pmml.pmml_4_2.model that return PMMLOutputField Modifier and Type Method Description PMMLOutputFieldAbstractModel. findOutputField(String fieldName)PMMLOutputFieldMiningmodel. findOutputField(String fieldName)Methods in org.kie.pmml.pmml_4_2.model that return types with arguments of type PMMLOutputField Modifier and Type Method Description List<PMMLOutputField>AbstractModel. getOutputFields()
-