Uses of Interface
org.tribuo.provenance.DataSourceProvenance
Package
Description
Provides anomaly data generators used for demos and testing implementations.
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.
Provides clustering data generators used for demos and testing implementations.
Provides classes which can load columnar data (using a
RowProcessor
)
from a CSV (or other character delimited format) file.Provides classes which can load columnar data (using a
RowProcessor
)
from a SQL source.Provides implementations of text data processors.
Simple data sources for ingesting or aggregating data.
Evaluation base classes, along with code for train/test splits and cross validation.
Provides interop with JSON formatted data, along with tools for interacting with JSON provenance objects.
Provides a multi-label data generator for testing implementations and a
configurable data source suitable for demos and tests.
Provides Tribuo specific infrastructure for the
Provenance
system which
tracks models and datasets.Provides internal implementations for empty provenance classes and TrainerProvenance.
Provides some example regression data generators for testing implementations.
-
Uses of DataSourceProvenance in org.tribuo.anomaly.example
-
Uses of DataSourceProvenance in org.tribuo.classification.example
-
Uses of DataSourceProvenance in org.tribuo.clustering.example
-
Uses of DataSourceProvenance in org.tribuo.data.csv
Modifier and TypeClassDescriptionstatic class
Provenance forCSVDataSource
.static final class
Deprecated. -
Uses of DataSourceProvenance in org.tribuo.data.sql
-
Uses of DataSourceProvenance in org.tribuo.data.text
-
Uses of DataSourceProvenance in org.tribuo.data.text.impl
Modifier and TypeClassDescriptionstatic class
Provenance forSimpleStringDataSource
.static class
Provenance forSimpleTextDataSource
. -
Uses of DataSourceProvenance in org.tribuo.datasource
Modifier and TypeClassDescriptionstatic class
Provenance for theAggregateConfigurableDataSource
.static class
Provenance for theAggregateDataSource
.static final class
Provenance class forIDXDataSource
.static final class
The provenance for aLibSVMDataSource
.Modifier and TypeMethodDescriptionAggregateConfigurableDataSource.getProvenance()
AggregateDataSource.getProvenance()
IDXDataSource.getProvenance()
LibSVMDataSource.getProvenance()
ListDataSource.getProvenance()
ModifierConstructorDescriptionListDataSource
(List<Example<T>> list, OutputFactory<T> factory, DataSourceProvenance provenance) Constructs an in-memory data source wrapping the supplied examples. -
Uses of DataSourceProvenance in org.tribuo.evaluation
Modifier and TypeClassDescriptionstatic class
Provenance for a split data source. -
Uses of DataSourceProvenance in org.tribuo.json
-
Uses of DataSourceProvenance in org.tribuo.multilabel.example
-
Uses of DataSourceProvenance in org.tribuo.provenance
Modifier and TypeInterfaceDescriptioninterface
A tag interface for configurable data source provenance.Modifier and TypeClassDescriptionclass
This class stores a String describing the data source, along with a timestamp. -
Uses of DataSourceProvenance in org.tribuo.provenance.impl
Modifier and TypeClassDescriptionfinal class
An empty DataSourceProvenance, should not be used except by the provenance removal system. -
Uses of DataSourceProvenance in org.tribuo.regression.example
Modifier and TypeClassDescriptionstatic class
Provenance forGaussianDataSource
.static class
Provenance forNonlinearGaussianDataSource
.Modifier and TypeMethodDescriptionGaussianDataSource.getProvenance()
NonlinearGaussianDataSource.getProvenance()
CSVDataSource
.