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 SuggestionChangesExperimentSuggestionsChanges.currentExperimentFields in org.languagetool.rules.spelling.suggestions with type parameters of type SuggestionChangesExperimentModifier and TypeFieldDescriptionprivate final ConcurrentMap<SuggestionChangesExperiment, Long> SuggestionsChanges.computationTimeprivate final ConcurrentMap<SuggestionChangesExperiment, Integer> SuggestionsChanges.correctSuggestionsprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Long> SuggestionsChanges.datasetComputationTimeprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetCorrectSuggestionsprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNotFoundSuggestionsprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetNumSamplesprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetSuggestionPosSumprivate final ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset>, Integer> SuggestionsChanges.datasetTextSizeprivate final List<SuggestionChangesExperiment> SuggestionsChanges.experimentsprivate final ConcurrentMap<SuggestionChangesExperiment, Integer> SuggestionsChanges.notFoundSuggestionsprivate final ConcurrentMap<SuggestionChangesExperiment, Integer> SuggestionsChanges.numSamplesprivate final ConcurrentMap<SuggestionChangesExperiment, Integer> SuggestionsChanges.suggestionPosSumprivate final ConcurrentMap<SuggestionChangesExperiment, Integer> SuggestionsChanges.textSizeMethods in org.languagetool.rules.spelling.suggestions that return SuggestionChangesExperimentModifier and TypeMethodDescription@Nullable SuggestionChangesExperimentSuggestionsChanges.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 TypeMethodDescriptionvoidSuggestionsChanges.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 TypeMethodDescriptionvoidSuggestionsChanges.trackExperimentResult(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment, SuggestionChangesDataset> source, int position, int resultTextSize, long resultComputationTime)