Package org.tribuo.classification.example
package org.tribuo.classification.example
Provides a multiclass data generator used for testing implementations, along with several synthetic data generators
for 2d binary classification problems to be used in demos or tutorials.
-
ClassDescriptionCreates a data source using a 2d checkerboard of alternating classes.A data source for two concentric circles, one per class.The base class for the 2d binary classification data sources in
org.tribuo.classification.example
.Provenance forDemoLabelDataSource
.A data source for two classes generated from separate Gaussians.A data source of two interleaved half circles.Generates three example train and test datasets, used for unit testing.A data source of two interleaved half circles with some zero mean Gaussian noise applied to each point.