public static enum TextModelNormalization.LocalTermWeights extends java.lang.Enum<TextModelNormalization.LocalTermWeights>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="termFrequency"/>
<enumeration value="binary"/>
<enumeration value="logarithmic"/>
<enumeration value="augmentedNormalizedTermFrequency"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUGMENTED_NORMALIZED_TERM_FREQUENCY |
BINARY |
LOGARITHMIC |
TERM_FREQUENCY |
| Modifier and Type | Method and Description |
|---|---|
static TextModelNormalization.LocalTermWeights |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TextModelNormalization.LocalTermWeights |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextModelNormalization.LocalTermWeights[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextModelNormalization.LocalTermWeights TERM_FREQUENCY
public static final TextModelNormalization.LocalTermWeights BINARY
public static final TextModelNormalization.LocalTermWeights LOGARITHMIC
public static final TextModelNormalization.LocalTermWeights AUGMENTED_NORMALIZED_TERM_FREQUENCY
public static TextModelNormalization.LocalTermWeights[] values()
for (TextModelNormalization.LocalTermWeights c : TextModelNormalization.LocalTermWeights.values()) System.out.println(c);
public static TextModelNormalization.LocalTermWeights valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static TextModelNormalization.LocalTermWeights fromValue(java.lang.String v)
Copyright © 2015 University of Tartu. All Rights Reserved.