Uses of Class
org.dmg.pmml.TextIndex.CountHits
-
Packages that use TextIndex.CountHits Package Description org.dmg.pmml -
-
Uses of TextIndex.CountHits in org.dmg.pmml
Methods in org.dmg.pmml that return TextIndex.CountHits Modifier and Type Method Description static TextIndex.CountHitsTextIndex.CountHits. fromValue(java.lang.String v)TextIndex.CountHitsTextIndex. getCountHits()static TextIndex.CountHitsTextIndex.CountHits. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextIndex.CountHits[]TextIndex.CountHits. 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 TextIndex.CountHits Modifier and Type Method Description TextIndexTextIndex. setCountHits(TextIndex.CountHits countHits)
-