Uses of Class
org.jpmml.evaluator.ResultField
-
Packages that use ResultField Package Description org.jpmml.evaluator -
-
Uses of ResultField in org.jpmml.evaluator
Subclasses of ResultField in org.jpmml.evaluator Modifier and Type Class Description classOutputFieldclassSyntheticTargetFieldclassTargetFieldMethods in org.jpmml.evaluator that return types with arguments of type ResultField Modifier and Type Method Description List<? extends ResultField>ResultTableCollector. getResultFields()Method parameters in org.jpmml.evaluator with type arguments of type ResultField Modifier and Type Method Description voidResultTableCollector. setResultFields(List<? extends ResultField> resultFields)Constructor parameters in org.jpmml.evaluator with type arguments of type ResultField Constructor Description ResultTableCollector(List<? extends ResultField> resultFields)ResultTableCollector(List<? extends ResultField> resultFields, boolean decode)
-