Uses of Interface
org.tribuo.provenance.ConfiguredDataSourceProvenance
Packages that use 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
Classes in org.tribuo.anomaly.example that implement ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.classification.example
Classes in org.tribuo.classification.example that implement ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.clustering.example
Classes in org.tribuo.clustering.example that implement ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.csv
Classes in org.tribuo.data.csv that implement ConfiguredDataSourceProvenanceMethods in org.tribuo.data.csv that return ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.sql
Classes in org.tribuo.data.sql that implement ConfiguredDataSourceProvenanceMethods in org.tribuo.data.sql that return ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.text
Classes in org.tribuo.data.text that implement ConfiguredDataSourceProvenanceMethods in org.tribuo.data.text that return ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.data.text.impl
Classes in org.tribuo.data.text.impl that implement ConfiguredDataSourceProvenanceModifier and TypeClassDescriptionstatic classProvenance forSimpleStringDataSource.static classProvenance forSimpleTextDataSource.Fields in org.tribuo.data.text.impl declared as ConfiguredDataSourceProvenanceModifier and TypeFieldDescriptionprotected ConfiguredDataSourceProvenanceSimpleTextDataSource.provenanceThe data source provenance.Methods in org.tribuo.data.text.impl that return ConfiguredDataSourceProvenanceModifier and TypeMethodDescriptionprotected ConfiguredDataSourceProvenanceSimpleStringDataSource.cacheProvenance()protected ConfiguredDataSourceProvenanceSimpleTextDataSource.cacheProvenance()Computes the provenance.SimpleTextDataSource.getProvenance() -
Uses of ConfiguredDataSourceProvenance in org.tribuo.json
Classes in org.tribuo.json that implement ConfiguredDataSourceProvenanceMethods in org.tribuo.json that return ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.multilabel.example
Classes in org.tribuo.multilabel.example that implement ConfiguredDataSourceProvenance -
Uses of ConfiguredDataSourceProvenance in org.tribuo.regression.example
Classes in org.tribuo.regression.example that implement ConfiguredDataSourceProvenanceModifier and TypeClassDescriptionstatic classProvenance forGaussianDataSource.static classProvenance forNonlinearGaussianDataSource.