Uses of Class
org.kie.pmml.api.enums.COUNT_HITS
-
Packages that use COUNT_HITS Package Description org.kie.pmml.api.enums -
-
Uses of COUNT_HITS in org.kie.pmml.api.enums
Methods in org.kie.pmml.api.enums that return COUNT_HITS Modifier and Type Method Description static COUNT_HITSCOUNT_HITS. byName(java.lang.String name)static COUNT_HITSCOUNT_HITS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static COUNT_HITS[]COUNT_HITS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-