Package org.tribuo.regression
package org.tribuo.regression
Provides classes and infrastructure for regression problems with single or multiple output dimensions.
-
ClassesClassDescriptionA
ImmutableOutputInfoforRegressors.AMutableOutputInfoforRegressors.A factory for creatingRegressors andRegressionInfos.Provenance forRegressionFactory.The base class for regression information usingRegressors.AnOutputfor n-dimensional real valued regression.ARegressorwhich contains a single dimension, used internally when the model implementation doesn't natively support multi-dimensional regression outputs.