Uses of Class
org.dmg.pmml.text.TextModelNormalization.LocalTermWeights
-
Packages that use TextModelNormalization.LocalTermWeights Package Description org.dmg.pmml.text -
-
Uses of TextModelNormalization.LocalTermWeights in org.dmg.pmml.text
Methods in org.dmg.pmml.text that return TextModelNormalization.LocalTermWeights Modifier and Type Method Description static TextModelNormalization.LocalTermWeightsTextModelNormalization.LocalTermWeights. fromValue(java.lang.String v)TextModelNormalization.LocalTermWeightsTextModelNormalization. getLocalTermWeights()static TextModelNormalization.LocalTermWeightsTextModelNormalization.LocalTermWeights. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextModelNormalization.LocalTermWeights[]TextModelNormalization.LocalTermWeights. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.text with parameters of type TextModelNormalization.LocalTermWeights Modifier and Type Method Description TextModelNormalizationTextModelNormalization. setLocalTermWeights(TextModelNormalization.LocalTermWeights localTermWeights)
-