public enum Word2vecWord2VecWordModel extends java.lang.Enum<Word2vecWord2VecWordModel>
| Modifier and Type | Method and Description |
|---|---|
static Word2vecWord2VecWordModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Word2vecWord2VecWordModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Word2vecWord2VecWordModel CBOW
public static final Word2vecWord2VecWordModel SkipGram
public static Word2vecWord2VecWordModel[] values()
for (Word2vecWord2VecWordModel c : Word2vecWord2VecWordModel.values()) System.out.println(c);
public static Word2vecWord2VecWordModel 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 null