- scanner - Variable in class org.aksw.palmetto.io.SimpleDocumentTextSupplier
-
Deprecated.
- second - Variable in class org.aksw.palmetto.evaluate.correlation.KendallsTau.ValuePair
-
- second - Variable in class org.aksw.palmetto.evaluate.correlation.Spearman.ValuePair
-
- segmentation - Variable in class org.aksw.palmetto.DirectConfirmationBasedCoherence
-
The segmentation used to create the subset pairs.
- SegmentationDefinition - Class in org.aksw.palmetto.data
-
This object contains the segmentations of a word set.
- SegmentationDefinition(int[], int[][], BitSet) - Constructor for class org.aksw.palmetto.data.SegmentationDefinition
-
- Segmentator - Interface in org.aksw.palmetto.subsets
-
- segmentator - Variable in class org.aksw.palmetto.VectorBasedCoherence
-
The segmentation scheme used to create the subset pairs.
- segments - Variable in class org.aksw.palmetto.data.CountedSubsets
-
- segments - Variable in class org.aksw.palmetto.data.SegmentationDefinition
-
Defines the W' of the subset pairs
- segments - Variable in class org.aksw.palmetto.data.SubsetProbabilities
-
- setCommitInterval(int) - Method in class org.aksw.palmetto.corpus.lucene.creation.AbstractLuceneIndexCreator
-
- setConditions(int[][]) - Method in class org.aksw.palmetto.data.CountedSubsets
-
- setConditions(int[][]) - Method in class org.aksw.palmetto.data.SegmentationDefinition
-
- setCounts(int[]) - Method in class org.aksw.palmetto.data.CountedSubsets
-
- setDeterminer(FrequencyDeterminer) - Method in class org.aksw.palmetto.prob.decorator.AbstractFrequencyDeterminerDecorator
-
- setDeterminer(FrequencyDeterminer) - Method in interface org.aksw.palmetto.prob.decorator.FrequencyDeterminerDecorator
-
- setFrequencyDeterminer(FrequencyDeterminer) - Method in class org.aksw.palmetto.prob.AbstractProbabilitySupplier
-
- setFrequencyDeterminer(FrequencyDeterminer) - Method in interface org.aksw.palmetto.prob.ProbabilityEstimator
-
Sets the frequency determiner that should be used by this estimator.
- setGamma(double) - Method in class org.aksw.palmetto.vector.DirectConfirmationBasedVectorCreator
-
- setMinFrequency(int) - Method in class org.aksw.palmetto.prob.AbstractProbabilitySupplier
-
- setMinFrequency(int) - Method in interface org.aksw.palmetto.prob.ProbabilityEstimator
-
Sets the minimum frequency a word (or word set) must have to get a
probability > 0.
- setMinFrequency(int) - Method in class org.aksw.palmetto.vector.AbstractVectorCreator
-
- setMinFrequency(int) - Method in interface org.aksw.palmetto.vector.VectorCreator
-
Sets the minimum frequency of the probability estimator.
- setNeededCounts(BitSet) - Method in class org.aksw.palmetto.data.SegmentationDefinition
-
- setNumberOfTokens(int) - Method in class org.aksw.palmetto.corpus.lucene.creation.IndexableDocument
-
- setProbabilityEstimator(ProbabilityEstimator) - Method in class org.aksw.palmetto.vector.AbstractVectorCreator
-
- setProbabilityEstimator(ProbabilityEstimator) - Method in interface org.aksw.palmetto.vector.VectorCreator
-
Sets the probability estimator used by the vector creator.
- setResultIfCalcUndefined(double) - Method in class org.aksw.palmetto.calculations.direct.AbstractUndefinedResultHandlingConfirmationMeasure
-
- setSegmentProbabilities(double[]) - Method in class org.aksw.palmetto.data.SubsetProbabilities
-
- setSegments(int[]) - Method in class org.aksw.palmetto.data.CountedSubsets
-
- setSegments(int[]) - Method in class org.aksw.palmetto.data.SegmentationDefinition
-
- setText(String) - Method in class org.aksw.palmetto.corpus.lucene.creation.IndexableDocument
-
- setWindowSize(int) - Method in interface org.aksw.palmetto.corpus.lucene.SlidingWindowCounter
-
Deprecated.
- setWindowSize(int) - Method in class org.aksw.palmetto.prob.decorator.AbstractSlidingWindowFrequencyDeterminerDecorator
-
- setWindowSize(int) - Method in class org.aksw.palmetto.prob.window.BooleanSlidingWindowFrequencyDeterminer
-
- setWindowSize(int) - Method in class org.aksw.palmetto.prob.window.ContextWindowFrequencyDeterminer
-
- setWindowSize(int) - Method in interface org.aksw.palmetto.prob.window.WindowBasedFrequencyDeterminer
-
- ShogenjisConfirmationMeasure - Class in org.aksw.palmetto.calculations.direct
-
This confirmation measure calculates Shogenjis coherence.
- ShogenjisConfirmationMeasure() - Constructor for class org.aksw.palmetto.calculations.direct.ShogenjisConfirmationMeasure
-
- ShogenjisConfirmationMeasure(double) - Constructor for class org.aksw.palmetto.calculations.direct.ShogenjisConfirmationMeasure
-
- SimpleAnalyzer - Class in org.aksw.palmetto.corpus.lucene
-
A simple Lucene Analyzer used for the index creation.
- SimpleAnalyzer(boolean) - Constructor for class org.aksw.palmetto.corpus.lucene.SimpleAnalyzer
-
- SimpleDocumentTextSupplier - Class in org.aksw.palmetto.io
-
Deprecated.
- SimpleDocumentTextSupplier(Scanner) - Constructor for class org.aksw.palmetto.io.SimpleDocumentTextSupplier
-
Deprecated.
- SimpleFrequencyCachingDeterminerDecorator - Class in org.aksw.palmetto.prob.decorator
-
This decorator implements a very simple cache.
- SimpleFrequencyCachingDeterminerDecorator(FrequencyDeterminer) - Constructor for class org.aksw.palmetto.prob.decorator.SimpleFrequencyCachingDeterminerDecorator
-
- SimpleLuceneIndexCreator - Class in org.aksw.palmetto.corpus.lucene.creation
-
This class creates the Lucene indexes which are used to access the reference corpus during the coherence calculation
using a
LuceneCorpusAdapter.
- SimpleLuceneIndexCreator(String) - Constructor for class org.aksw.palmetto.corpus.lucene.creation.SimpleLuceneIndexCreator
-
Constructor.
- SimpleLuceneIndexCreator(String, int) - Constructor for class org.aksw.palmetto.corpus.lucene.creation.SimpleLuceneIndexCreator
-
Constructor.
- SimpleWordSetReader - Class in org.aksw.palmetto.io
-
- SimpleWordSetReader() - Constructor for class org.aksw.palmetto.io.SimpleWordSetReader
-
- SlidingWindowCounter - Interface in org.aksw.palmetto.corpus.lucene
-
Deprecated.
- SlidingWindowFrequencyDeterminerDecorator - Interface in org.aksw.palmetto.prob.decorator
-
- Spearman - Class in org.aksw.palmetto.evaluate.correlation
-
- Spearman() - Constructor for class org.aksw.palmetto.evaluate.correlation.Spearman
-
- Spearman.ValuePair - Class in org.aksw.palmetto.evaluate.correlation
-
- storeHistogram(int[][], String) - Method in class org.aksw.palmetto.corpus.lucene.creation.LuceneIndexHistogramCreator
-
- SubsetProbabilities - Class in org.aksw.palmetto.data
-
This class contains the segmentations and probabilities for a word set.
- SubsetProbabilities(int[], int[][], double[]) - Constructor for class org.aksw.palmetto.data.SubsetProbabilities
-
- SubsetVectors - Class in org.aksw.palmetto.data
-
This class contains the segmentations, probabilities and context vectors for a word set.
- SubsetVectors(int[], int[][], double[][], double[]) - Constructor for class org.aksw.palmetto.data.SubsetVectors
-
- summarize(double[]) - Method in interface org.aksw.palmetto.aggregation.Aggregation
-
Aggregates the given confirmation values and returns a single coherence
value.
- summarize(double[], double[]) - Method in interface org.aksw.palmetto.aggregation.Aggregation
-
Aggregates the product of the given confirmation values and the given
weights and returns a single coherence value.
- summarize(double[]) - Method in class org.aksw.palmetto.aggregation.ArithmeticMean
-
- summarize(double[], double[]) - Method in class org.aksw.palmetto.aggregation.ArithmeticMean
-
- summarize(double[]) - Method in class org.aksw.palmetto.aggregation.GeometricMean
-
- summarize(double[], double[]) - Method in class org.aksw.palmetto.aggregation.GeometricMean
-
- summarize(double[]) - Method in class org.aksw.palmetto.aggregation.HarmonicMean
-
- summarize(double[], double[]) - Method in class org.aksw.palmetto.aggregation.HarmonicMean
-
- summarize(double[]) - Method in class org.aksw.palmetto.aggregation.Max
-
- summarize(double[], double[]) - Method in class org.aksw.palmetto.aggregation.Max
-
- summarize(double[]) - Method in class org.aksw.palmetto.aggregation.Median
-
- summarize(double[], double[]) - Method in class org.aksw.palmetto.aggregation.Median
-
- summarize(double[]) - Method in class org.aksw.palmetto.aggregation.Min
-
- summarize(double[], double[]) - Method in class org.aksw.palmetto.aggregation.Min
-
- summarize(double[]) - Method in class org.aksw.palmetto.aggregation.QuadraticMean
-
- summarize(double[], double[]) - Method in class org.aksw.palmetto.aggregation.QuadraticMean
-
- supplier - Variable in class org.aksw.palmetto.vector.AbstractVectorCreator
-