Uses of Interface
org.tribuo.provenance.DataSourceProvenance
Packages that use DataSourceProvenance
Package
Description
Provides the core interfaces and classes for using Tribuo.
Simple data sources for ingesting or aggregating data.
Evaluation base classes, along with code for train/test splits and cross validation.
Provides Tribuo specific infrastructure for the
Provenance system which
tracks models and datasets.Provides internal implementations for empty provenance classes and TrainerProvenance.
Provides core classes for working with sequences of
Examples.-
Uses of DataSourceProvenance in org.tribuo
Subinterfaces with type arguments of type DataSourceProvenance in org.tribuoModifier and TypeInterfaceDescriptioninterfaceDataSource<T extends Output<T>>A interface for things that can be given to a Dataset's constructor. -
Uses of DataSourceProvenance in org.tribuo.datasource
Classes in org.tribuo.datasource that implement DataSourceProvenanceModifier and TypeClassDescriptionstatic classProvenance for theAggregateConfigurableDataSource.static classProvenance for theAggregateDataSource.static final classProvenance class forIDXDataSource.static final classThe provenance for aLibSVMDataSource.Methods in org.tribuo.datasource that return DataSourceProvenanceModifier and TypeMethodDescriptionAggregateConfigurableDataSource.getProvenance()AggregateDataSource.getProvenance()IDXDataSource.getProvenance()LibSVMDataSource.getProvenance()ListDataSource.getProvenance()Constructors in org.tribuo.datasource with parameters of type DataSourceProvenanceModifierConstructorDescriptionListDataSource(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
Classes in org.tribuo.evaluation that implement DataSourceProvenanceModifier and TypeClassDescriptionstatic classProvenance for a split data source. -
Uses of DataSourceProvenance in org.tribuo.provenance
Subinterfaces of DataSourceProvenance in org.tribuo.provenanceModifier and TypeInterfaceDescriptioninterfaceA tag interface for configurable data source provenance.Classes in org.tribuo.provenance that implement DataSourceProvenanceModifier and TypeClassDescriptionclassThis class stores a String describing the data source, along with a timestamp. -
Uses of DataSourceProvenance in org.tribuo.provenance.impl
Classes in org.tribuo.provenance.impl that implement DataSourceProvenanceModifier and TypeClassDescriptionfinal classAn empty DataSourceProvenance, should not be used except by the provenance removal system. -
Uses of DataSourceProvenance in org.tribuo.sequence
Subinterfaces with type arguments of type DataSourceProvenance in org.tribuo.sequenceModifier and TypeInterfaceDescriptioninterfaceSequenceDataSource<T extends Output<T>>A interface for things that can be given to a SequenceDataset's constructor.