Uses of Class
org.elasticsearch.common.collect.EvictingQueue
-
Packages that use EvictingQueue Package Description org.elasticsearch.search.aggregations.pipeline -
-
Uses of EvictingQueue in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type EvictingQueue Modifier and Type Method Description static MovAvgModelSimulatedAnealingMinimizer. minimize(MovAvgModel model, EvictingQueue<Double> train, double[] test)Runs the simulated annealing algorithm and produces a model with new coefficients that, theoretically fit the data better and generalizes to future forecasts without overfitting.
-