Uses of Class
org.dmg.pmml.ResultFeature
-
Packages that use ResultFeature Package Description org.dmg.pmml -
-
Uses of ResultFeature in org.dmg.pmml
Methods in org.dmg.pmml that return ResultFeature Modifier and Type Method Description static ResultFeatureResultFeature. fromValue(java.lang.String v)ResultFeatureOutputField. getResultFeature()ResultFeatureResultField. getResultFeature()static ResultFeatureResultFeature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResultFeature[]ResultFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type ResultFeature Modifier and Type Method Description OutputFieldOutputField. setResultFeature(ResultFeature resultFeature)ResultFieldResultField. setResultFeature(ResultFeature resultFeature)
-