Uses of Interface
org.aksw.palmetto.prob.ProbabilityEstimator
-
Packages that use ProbabilityEstimator Package Description org.aksw.palmetto org.aksw.palmetto.evaluate org.aksw.palmetto.prob org.aksw.palmetto.prob.bd org.aksw.palmetto.prob.window org.aksw.palmetto.vector -
-
Uses of ProbabilityEstimator in org.aksw.palmetto
Fields in org.aksw.palmetto declared as ProbabilityEstimator Modifier and Type Field Description protected ProbabilityEstimatorDirectConfirmationBasedCoherence. probEstimatorThe probability estimator used to determine the probabilities.Constructors in org.aksw.palmetto with parameters of type ProbabilityEstimator Constructor Description DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation)DirectConfirmationBasedCoherence(Segmentator segmentation, ProbabilityEstimator probEstimator, DirectConfirmationMeasure confirmation, Aggregation aggregation, Weighter weighter)Deprecated. -
Uses of ProbabilityEstimator in org.aksw.palmetto.evaluate
Classes in org.aksw.palmetto.evaluate that implement ProbabilityEstimator Modifier and Type Class Description static classSpeedComparison.TimeMeasuringProbabilitySupplierFields in org.aksw.palmetto.evaluate declared as ProbabilityEstimator Modifier and Type Field Description protected ProbabilityEstimatorSpeedComparison.TimeMeasuringProbabilitySupplier. decoratedMethods in org.aksw.palmetto.evaluate with parameters of type ProbabilityEstimator Modifier and Type Method Description private static voidCoherenceEvaluation. calculateCoherences(String[] wordSet, ProbabilityEstimator probEstimator, PrintStream pout, String[] baseCSVLine)Constructors in org.aksw.palmetto.evaluate with parameters of type ProbabilityEstimator Constructor Description TimeMeasuringProbabilitySupplier(ProbabilityEstimator decorated, int numberOfWarmups, int numberOfRuns)TimeMeasuringProbabilitySupplier(ProbabilityEstimator decorated, String name, int numberOfWarmups, int numberOfRuns) -
Uses of ProbabilityEstimator in org.aksw.palmetto.prob
Classes in org.aksw.palmetto.prob that implement ProbabilityEstimator Modifier and Type Class Description classAbstractProbabilitySupplier -
Uses of ProbabilityEstimator in org.aksw.palmetto.prob.bd
Classes in org.aksw.palmetto.prob.bd that implement ProbabilityEstimator Modifier and Type Class Description classBooleanDocumentProbabilitySupplier -
Uses of ProbabilityEstimator in org.aksw.palmetto.prob.window
Classes in org.aksw.palmetto.prob.window that implement ProbabilityEstimator Modifier and Type Class Description classWindowBasedProbabilityEstimator -
Uses of ProbabilityEstimator in org.aksw.palmetto.vector
Fields in org.aksw.palmetto.vector declared as ProbabilityEstimator Modifier and Type Field Description private ProbabilityEstimatorAbstractVectorCreator. supplierMethods in org.aksw.palmetto.vector with parameters of type ProbabilityEstimator Modifier and Type Method Description voidAbstractVectorCreator. setProbabilityEstimator(ProbabilityEstimator supplier)voidVectorCreator. setProbabilityEstimator(ProbabilityEstimator supplier)Sets the probability estimator used by the vector creator.Constructors in org.aksw.palmetto.vector with parameters of type ProbabilityEstimator Constructor Description AbstractVectorCreator(ProbabilityEstimator supplier)DirectConfirmationBasedVectorCreator(ProbabilityEstimator supplier, DirectConfirmationMeasure calculation, double gamma)ProbabilityBasedVectorCreator(ProbabilityEstimator supplier)
-