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