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.json |
Provides interop with JSON formatted data, along with tools for interacting with JSON provenance objects.
|
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 . |
Modifier and Type | Method and Description |
---|---|
ConfiguredDataSourceProvenance |
CSVDataSource.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
SQLDataSource.SQLDataSourceProvenance
Provenance for
SQLDataSource . |
Modifier and Type | Method and Description |
---|---|
ConfiguredDataSourceProvenance |
SQLDataSource.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryFileSource.DirectoryFileSourceProvenance
Provenance for
DirectoryFileSource . |
Modifier and Type | Method and Description |
---|---|
ConfiguredDataSourceProvenance |
DirectoryFileSource.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleStringDataSource.SimpleStringDataSourceProvenance
Provenance for
SimpleStringDataSource . |
static class |
SimpleTextDataSource.SimpleTextDataSourceProvenance
Provenance for
SimpleTextDataSource . |
Modifier and Type | Field and Description |
---|---|
protected ConfiguredDataSourceProvenance |
SimpleTextDataSource.provenance |
Modifier and Type | Method and Description |
---|---|
protected ConfiguredDataSourceProvenance |
SimpleTextDataSource.cacheProvenance() |
protected ConfiguredDataSourceProvenance |
SimpleStringDataSource.cacheProvenance() |
ConfiguredDataSourceProvenance |
SimpleTextDataSource.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
JsonDataSource.JsonDataSourceProvenance
Provenance for
JsonDataSource . |
Modifier and Type | Method and Description |
---|---|
ConfiguredDataSourceProvenance |
JsonDataSource.getProvenance() |
Modifier and Type | Class and Description |
---|---|
static class |
GaussianDataSource.GaussianDataSourceProvenance
Provenance for
GaussianDataSource . |
static class |
NonlinearGaussianDataSource.NonlinearGaussianDataSourceProvenance
Provenance for
NonlinearGaussianDataSource . |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.