Package | Description |
---|---|
org.tribuo.data.csv |
Provides classes which can load columnar data (using a
RowProcessor )
from a CSV (or other character delimited format) file. |
org.tribuo.data.sql |
Provides classes which can load columnar data (using a
RowProcessor )
from a SQL source. |
org.tribuo.data.text | |
org.tribuo.data.text.impl |
Provides implementations of text data processors.
|
org.tribuo.datasource |
Simple data sources for ingesting or aggregating data.
|
org.tribuo.evaluation |
Evaluation base classes, along with code for train/test splits and cross validation.
|
org.tribuo.json |
Provides interop with JSON formatted data, along with tools for interacting with JSON provenance objects.
|
org.tribuo.provenance |
Provides Tribuo specific infrastructure for the
Provenance system which
tracks models and datasets. |
org.tribuo.provenance.impl |
Provides internal implementations for empty provenance classes and TrainerProvenance.
|
org.tribuo.regression.example |
Provides some example regression data generators for testing implementations.
|
Modifier and Type | Class and Description |
---|---|
static class |
CSVDataSource.CSVDataSourceProvenance
Provenance for
CSVDataSource . |
static class |
CSVLoader.CSVLoaderProvenance
Provenance for CSVs loaded by
CSVLoader . |
Modifier and Type | Class and Description |
---|---|
static class |
SQLDataSource.SQLDataSourceProvenance
Provenance for
SQLDataSource . |
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryFileSource.DirectoryFileSourceProvenance
Provenance for
DirectoryFileSource . |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleStringDataSource.SimpleStringDataSourceProvenance
Provenance for
SimpleStringDataSource . |
static class |
SimpleTextDataSource.SimpleTextDataSourceProvenance
Provenance for
SimpleTextDataSource . |
Modifier and Type | Class and Description |
---|---|
static class |
AggregateConfigurableDataSource.AggregateConfigurableDataSourceProvenance
Provenance for the
AggregateConfigurableDataSource . |
static class |
AggregateDataSource.AggregateDataSourceProvenance
Provenance for the
AggregateDataSource . |
static class |
IDXDataSource.IDXDataSourceProvenance
Provenance class for
IDXDataSource . |
static class |
LibSVMDataSource.LibSVMDataSourceProvenance
The provenance for a
LibSVMDataSource . |
Modifier and Type | Method and Description |
---|---|
DataSourceProvenance |
ListDataSource.getProvenance() |
DataSourceProvenance |
LibSVMDataSource.getProvenance() |
DataSourceProvenance |
IDXDataSource.getProvenance() |
DataSourceProvenance |
AggregateDataSource.getProvenance() |
DataSourceProvenance |
AggregateConfigurableDataSource.getProvenance() |
Constructor and Description |
---|
ListDataSource(List<Example<T>> list,
OutputFactory<T> factory,
DataSourceProvenance provenance) |
Modifier and Type | Class and Description |
---|---|
static class |
TrainTestSplitter.SplitDataSourceProvenance
Provenance for a split data source.
|
Modifier and Type | Class and Description |
---|---|
static class |
JsonDataSource.JsonDataSourceProvenance
Provenance for
JsonDataSource . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfiguredDataSourceProvenance
A tag interface for configurable data source provenance.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDataSourceProvenance
This class stores a String describing the data source, along with a
timestamp.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyDataSourceProvenance
An empty DataSourceProvenance, should not be used except by the provenance removal system.
|
Modifier and Type | Class and Description |
---|---|
static class |
GaussianDataSource.GaussianDataSourceProvenance
Provenance for
GaussianDataSource . |
static class |
NonlinearGaussianDataSource.NonlinearGaussianDataSourceProvenance
Provenance for
NonlinearGaussianDataSource . |
Modifier and Type | Method and Description |
---|---|
DataSourceProvenance |
NonlinearGaussianDataSource.getProvenance() |
DataSourceProvenance |
GaussianDataSource.getProvenance() |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.