public static enum TextModelNormalization.GlobalTermWeights extends Enum<TextModelNormalization.GlobalTermWeights>
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="inverseDocumentFrequency"/>
<enumeration value="none"/>
<enumeration value="GFIDF"/>
<enumeration value="normal"/>
<enumeration value="probabilisticInverse"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
GFIDF |
INVERSE_DOCUMENT_FREQUENCY |
NONE |
NORMAL |
PROBABILISTIC_INVERSE |
| Modifier and Type | Method and Description |
|---|---|
static TextModelNormalization.GlobalTermWeights |
fromValue(String v) |
String |
value() |
static TextModelNormalization.GlobalTermWeights |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextModelNormalization.GlobalTermWeights[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextModelNormalization.GlobalTermWeights INVERSE_DOCUMENT_FREQUENCY
public static final TextModelNormalization.GlobalTermWeights NONE
public static final TextModelNormalization.GlobalTermWeights GFIDF
public static final TextModelNormalization.GlobalTermWeights NORMAL
public static final TextModelNormalization.GlobalTermWeights PROBABILISTIC_INVERSE
public static TextModelNormalization.GlobalTermWeights[] values()
for (TextModelNormalization.GlobalTermWeights c : TextModelNormalization.GlobalTermWeights.values()) System.out.println(c);
public static TextModelNormalization.GlobalTermWeights valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String value()
public static TextModelNormalization.GlobalTermWeights fromValue(String v)
Copyright © 2013 University of Tartu. All Rights Reserved.