Uses of Interface
org.aksw.palmetto.vector.VectorCreator
-
Packages that use VectorCreator Package Description org.aksw.palmetto org.aksw.palmetto.vector -
-
Uses of VectorCreator in org.aksw.palmetto
Fields in org.aksw.palmetto declared as VectorCreator Modifier and Type Field Description protected VectorCreatorVectorBasedCoherence. vectorCreatorThe vector creator used to determine the vectors for the given words.Constructors in org.aksw.palmetto with parameters of type VectorCreator Constructor Description VectorBasedCoherence(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 VectorCreator Modifier and Type Class Description classAbstractVectorCreatorAbstract class containing the process of the vector creation.classDirectConfirmationBasedVectorCreatorThis vector creator uses a direct confirmation measure to create the vectors.classProbabilityBasedVectorCreatorThis vector creator uses the marginal probabilities for the vector creation.
-