Uses of Interface
org.aksw.palmetto.vector.VectorCreator
Packages that use VectorCreator
-
Uses of VectorCreator in org.aksw.palmetto
Fields in org.aksw.palmetto declared as VectorCreatorModifier and TypeFieldDescriptionprotected VectorCreatorVectorBasedCoherence.vectorCreatorThe vector creator used to determine the vectors for the given words.Constructors in org.aksw.palmetto with parameters of type VectorCreatorModifierConstructorDescriptionVectorBasedCoherence(Segmentator segmentator, VectorCreator vectorCreator, VectorBasedConfirmationMeasure confirmation, Aggregation aggregation)VectorBasedCoherence(Segmentator segmentator, VectorCreator vectorCreator, VectorBasedConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated. -
Uses of VectorCreator in org.aksw.palmetto.vector
Classes in org.aksw.palmetto.vector that implement VectorCreatorModifier and TypeClassDescriptionclassAbstract class containing the process of the vector creation.classThis vector creator uses a direct confirmation measure to create the vectors.classThis vector creator uses the marginal probabilities for the vector creation.