| Package | Description |
|---|---|
| org.aksw.palmetto | |
| org.aksw.palmetto.vector |
| Modifier and Type | Field and Description |
|---|---|
protected VectorCreator |
VectorBasedCoherence.vectorCreator
The vector creator used to determine the vectors for the given words.
|
| Constructor and Description |
|---|
VectorBasedCoherence(Segmentator segmentator,
VectorCreator vectorCreator,
VectorBasedConfirmationMeasure confirmation,
Aggregation aggregation) |
VectorBasedCoherence(Segmentator segmentator,
VectorCreator vectorCreator,
VectorBasedConfirmationMeasure confirmation,
Aggregation aggregation,
Weighter weighter)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVectorCreator
Abstract class containing the process of the vector creation.
|
class |
DirectConfirmationBasedVectorCreator
This vector creator uses a direct confirmation measure to create the vectors.
|
class |
ProbabilityBasedVectorCreator
This vector creator uses the marginal probabilities for the vector creation.
|
Copyright © 2014–2016. All rights reserved.