Uses of Class
org.languagetool.rules.spelling.suggestions.SuggestionChangesExperiment
-
Packages that use SuggestionChangesExperiment Package Description org.languagetool.rules.spelling.suggestions -
-
Uses of SuggestionChangesExperiment in org.languagetool.rules.spelling.suggestions
Fields in org.languagetool.rules.spelling.suggestions declared as SuggestionChangesExperiment Modifier and Type Field Description private SuggestionChangesExperimentSuggestionsChanges. currentExperimentFields in org.languagetool.rules.spelling.suggestions with type parameters of type SuggestionChangesExperiment Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<SuggestionChangesExperiment,java.lang.Long>SuggestionsChanges. computationTimeprivate java.util.concurrent.ConcurrentMap<SuggestionChangesExperiment,java.lang.Integer>SuggestionsChanges. correctSuggestionsprivate java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,SuggestionChangesDataset>,java.lang.Long>SuggestionsChanges. datasetComputationTimeprivate java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,SuggestionChangesDataset>,java.lang.Integer>SuggestionsChanges. datasetCorrectSuggestionsprivate java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,SuggestionChangesDataset>,java.lang.Integer>SuggestionsChanges. datasetNotFoundSuggestionsprivate java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,SuggestionChangesDataset>,java.lang.Integer>SuggestionsChanges. datasetNumSamplesprivate java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,SuggestionChangesDataset>,java.lang.Integer>SuggestionsChanges. datasetSuggestionPosSumprivate java.util.concurrent.ConcurrentMap<org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,SuggestionChangesDataset>,java.lang.Integer>SuggestionsChanges. datasetTextSizeprivate java.util.List<SuggestionChangesExperiment>SuggestionsChanges. experimentsprivate java.util.concurrent.ConcurrentMap<SuggestionChangesExperiment,java.lang.Integer>SuggestionsChanges. notFoundSuggestionsprivate java.util.concurrent.ConcurrentMap<SuggestionChangesExperiment,java.lang.Integer>SuggestionsChanges. numSamplesprivate java.util.concurrent.ConcurrentMap<SuggestionChangesExperiment,java.lang.Integer>SuggestionsChanges. suggestionPosSumprivate java.util.concurrent.ConcurrentMap<SuggestionChangesExperiment,java.lang.Integer>SuggestionsChanges. textSizeMethods in org.languagetool.rules.spelling.suggestions that return SuggestionChangesExperiment Modifier and Type Method Description @Nullable SuggestionChangesExperimentSuggestionsChanges. getCurrentExperiment()Methods in org.languagetool.rules.spelling.suggestions that return types with arguments of type SuggestionChangesExperiment Modifier and Type Method Description private java.util.List<SuggestionChangesExperiment>SuggestionsChanges. generateExperiments(java.util.List<SuggestionChangesExperimentRuns> experimentSpecs)java.util.List<SuggestionChangesExperiment>SuggestionsChanges. getExperiments()Methods in org.languagetool.rules.spelling.suggestions with parameters of type SuggestionChangesExperiment Modifier and Type Method Description voidSuggestionsChanges. 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 SuggestionChangesExperiment Modifier and Type Method Description voidSuggestionsChanges. trackExperimentResult(org.apache.commons.lang3.tuple.Pair<SuggestionChangesExperiment,SuggestionChangesDataset> source, int position, int resultTextSize, long resultComputationTime)
-