Package | Description |
---|---|
org.tribuo.regression.baseline |
Provides simple baseline regression predictors.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Constructor and Description |
---|
DummyRegressionTrainerProvenance(DummyRegressionTrainer host)
Deprecated.
Constructs a provenance from the host.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.