Uses of Interface
org.tribuo.provenance.ConfiguredDataSourceProvenance
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.
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 some example regression data generators for testing implementations.
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.anomaly.example
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.classification.example
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.clustering.example
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.csv
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.sql
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.text
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.text.impl
Modifier and TypeClassDescriptionstatic class
Provenance forSimpleStringDataSource
.static class
Provenance forSimpleTextDataSource
.Modifier and TypeFieldDescriptionprotected ConfiguredDataSourceProvenance
SimpleTextDataSource.provenance
The data source provenance.Modifier and TypeMethodDescriptionprotected ConfiguredDataSourceProvenance
SimpleStringDataSource.cacheProvenance()
protected ConfiguredDataSourceProvenance
SimpleTextDataSource.cacheProvenance()
Computes the provenance.SimpleTextDataSource.getProvenance()
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.json
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.multilabel.example
-
Uses of ConfiguredDataSourceProvenance in org.tribuo.regression.example
Modifier and TypeClassDescriptionstatic class
Provenance forGaussianDataSource
.static class
Provenance forNonlinearGaussianDataSource
.