Uses of Class
org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
Packages that use SuggestionChangesExperiment
-
Uses of SuggestionChangesExperiment in org.languagetool.rules.spelling.suggestions
Fields in org.languagetool.rules.spelling.suggestions declared as SuggestionChangesExperimentModifier and TypeFieldDescriptionprivate SuggestionChangesExperiment
SuggestionsChanges.currentExperiment
Fields in org.languagetool.rules.spelling.suggestions with type parameters of type SuggestionChangesExperimentModifier and TypeFieldDescriptionprivate final ConcurrentMap<SuggestionChangesExperiment,
Long> SuggestionsChanges.computationTime
private final ConcurrentMap<SuggestionChangesExperiment,
Integer> SuggestionsChanges.correctSuggestions
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Long> SuggestionsChanges.datasetComputationTime
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetCorrectSuggestions
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNotFoundSuggestions
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNumSamples
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetSuggestionPosSum
private final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,
SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetTextSize
private final List<SuggestionChangesExperiment>
SuggestionsChanges.experiments
private final ConcurrentMap<SuggestionChangesExperiment,
Integer> SuggestionsChanges.notFoundSuggestions
private final ConcurrentMap<SuggestionChangesExperiment,
Integer> SuggestionsChanges.numSamples
private final ConcurrentMap<SuggestionChangesExperiment,
Integer> SuggestionsChanges.suggestionPosSum
private final ConcurrentMap<SuggestionChangesExperiment,
Integer> SuggestionsChanges.textSize
Methods in org.languagetool.rules.spelling.suggestions that return SuggestionChangesExperimentModifier and TypeMethodDescription@Nullable SuggestionChangesExperiment
SuggestionsChanges.getCurrentExperiment()
Methods in org.languagetool.rules.spelling.suggestions that return types with arguments of type SuggestionChangesExperimentModifier and TypeMethodDescriptionprivate List<SuggestionChangesExperiment>
SuggestionsChanges.generateExperiments
(List<SuggestionChangesExperimentRuns> experimentSpecs) SuggestionsChanges.getExperiments()
Methods in org.languagetool.rules.spelling.suggestions with parameters of type SuggestionChangesExperimentModifier and TypeMethodDescriptionvoid
SuggestionsChanges.setCurrentExperiment
(@Nullable SuggestionChangesExperiment experiment) For testing changes to suggestion ordering using a data corpus; iterate over experiments (including grid search for parameters) original behavior (for A/B testing) can be modeled by an experiment without parameters and an arbitrary nameMethod parameters in org.languagetool.rules.spelling.suggestions with type arguments of type SuggestionChangesExperimentModifier and TypeMethodDescriptionvoid
SuggestionsChanges.trackExperimentResult
(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset> source, int position, int resultTextSize, long resultComputationTime)