Uses of Class
org.tribuo.regression.baseline.DummyRegressionTrainer
-
Uses of DummyRegressionTrainer in org.tribuo.regression.baseline
Modifier and TypeMethodDescriptionstatic DummyRegressionTrainer
DummyRegressionTrainer.createConstantTrainer
(double value) Creates a trainer which create models which return a fixed value.static DummyRegressionTrainer
DummyRegressionTrainer.createGaussianTrainer
(long seed) Creates a trainer which create models which sample the output from a gaussian distribution fit to the training data.static DummyRegressionTrainer
DummyRegressionTrainer.createMeanTrainer()
Creates a trainer which create models which return the mean of the training data.static DummyRegressionTrainer
DummyRegressionTrainer.createMedianTrainer()
Creates a trainer which create models which return the median of the training data.static DummyRegressionTrainer
DummyRegressionTrainer.createQuartileTrainer
(double value) Creates a trainer which create models which return the value at the specified fraction of the sorted training data.ModifierConstructorDescriptionDeprecated.Constructs a provenance from the host.