Class DemoLabelDataSource

java.lang.Object
org.tribuo.classification.example.DemoLabelDataSource
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<DataSourceProvenance>, Iterable<Example<Label>>, ConfigurableDataSource<Label>, DataSource<Label>
Direct Known Subclasses:
CheckerboardDataSource, ConcentricCirclesDataSource, GaussianLabelDataSource, InterlockingCrescentsDataSource, NoisyInterlockingCrescentsDataSource

public abstract class DemoLabelDataSource extends Object implements ConfigurableDataSource<Label>
The base class for the 2d binary classification data sources in org.tribuo.classification.example.

The feature names are X1 and X2 and the labels are FIRST_CLASS and SECOND_CLASS.

Likely to be sealed to the classes in this package when we adopt Java 17.