Uses of Enum
de.uni_mannheim.informatik.dws.melt.matching_ml.python.Word2VecType
Packages that use Word2VecType
-
Uses of Word2VecType in de.uni_mannheim.informatik.dws.melt.matching_ml.python
Fields in de.uni_mannheim.informatik.dws.melt.matching_ml.python declared as Word2VecTypeMethods in de.uni_mannheim.informatik.dws.melt.matching_ml.python that return Word2VecTypeModifier and TypeMethodDescriptionWord2VecConfiguration.getType()
static Word2VecType
Returns the enum constant of this type with the specified name.static Word2VecType[]
Word2VecType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.uni_mannheim.informatik.dws.melt.matching_ml.python with parameters of type Word2VecTypeConstructors in de.uni_mannheim.informatik.dws.melt.matching_ml.python with parameters of type Word2VecTypeModifierConstructorDescriptionConstructorWord2VecConfiguration
(Word2VecType type, int vectorDimension) ConstructorWord2VecConfiguration
(Word2VecType type, int vectorDimension, int iterations) Constructor