See: Description
Class | Description |
---|---|
ImmutableRegressionInfo |
A
ImmutableOutputInfo for Regressor s. |
MutableRegressionInfo |
A
MutableOutputInfo for Regressor s. |
RegressionFactory |
A factory for creating
Regressor s and RegressionInfo s. |
RegressionFactory.RegressionFactoryProvenance |
Provenance for
RegressionFactory . |
RegressionInfo |
The base class for regression information using
Regressor s. |
Regressor |
An
Output for n-dimensional real valued regression. |
Regressor.DimensionTuple |
A
Regressor which contains a single dimension, used internally
when the model implementation doesn't natively support multi-dimensional
regression outputs. |
All Tribuo regressions are treated as if they have multiple output dimensions, there is no
special casing in the API for single dimensional regression. As a result the methods on
Regressor
all return arrays of values. Each
Regressor
can be seen as a collection of
Regressor.DimensionTuple
each of which represents a single named
regression dimension, along with the associated regressed value and optionally a variance.
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.