Package org.tribuo.regression.example
package org.tribuo.regression.example
Provides some example regression data generators for testing implementations.
-
ClassesClassDescriptionGenerates a single dimensional output drawn from N(slope*x + intercept,variance).Provenance for
GaussianDataSource
.Generates two example train and test datasets, used for unit testing.