Uses of Interface
org.tribuo.provenance.ConfiguredDataSourceProvenance
Packages that use ConfiguredDataSourceProvenance
Package
Description
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 some example regression data generators for testing implementations.
-
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.provenanceMethods in org.tribuo.data.text.impl that return ConfiguredDataSourceProvenanceModifier and TypeMethodDescriptionprotected ConfiguredDataSourceProvenanceSimpleStringDataSource.cacheProvenance()protected ConfiguredDataSourceProvenanceSimpleTextDataSource.cacheProvenance()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.regression.example
Classes in org.tribuo.regression.example that implement ConfiguredDataSourceProvenanceModifier and TypeClassDescriptionstatic classProvenance forGaussianDataSource.static classProvenance forNonlinearGaussianDataSource.