| Package | Description |
|---|---|
| org.aksw.palmetto | |
| org.aksw.palmetto.subsets |
| Modifier and Type | Class and Description |
|---|---|
class |
PairwiseTopicComparingSegmentator
Simple example of a
Segmentator that gets a word set comprising two
topics and creates a SegmentationDefinition with which every word of
one of the topics is compared to every other word of the other topic. |
| Modifier and Type | Field and Description |
|---|---|
protected Segmentator |
DirectConfirmationBasedCoherence.segmentation
The segmentation used to create the subset pairs.
|
protected Segmentator |
VectorBasedCoherence.segmentator
The segmentation scheme used to create the subset pairs.
|
| Constructor and Description |
|---|
DirectConfirmationBasedCoherence(Segmentator segmentation,
ProbabilityEstimator probEstimator,
DirectConfirmationMeasure confirmation,
Aggregation aggregation) |
DirectConfirmationBasedCoherence(Segmentator segmentation,
ProbabilityEstimator probEstimator,
DirectConfirmationMeasure confirmation,
Aggregation aggregation,
Weighter weighter)
Deprecated.
|
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 |
AbstractAnyBasedSegmentator |
class |
AllAll |
class |
AllOne |
class |
AnyAny |
class |
OneAll |
class |
OneAny |
class |
OneOne |
class |
OneOneAndSelf
This is just for internal usage by the
DirectConfirmationBasedVectorCreator
class. |
class |
OnePreceding |
class |
OneSet |
class |
OneSucceeding |
Copyright © 2014–2016. All rights reserved.