Uses of Package
org.tribuo.data.columnar
Packages that use org.tribuo.data.columnar
Package
Description
Provides classes for loading in data from disk, processing it into examples, and splitting datasets for
things like cross-validation and train-test splits.
Provides classes for processing columnar data and generating
Examples.Provides implementations of
FieldExtractor.Provides implementations of
FeatureProcessor.Provides implementations of
FieldProcessor.Provides implementations of
ResponseProcessor.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.-
Classes in org.tribuo.data.columnar used by org.tribuo.data
-
Classes in org.tribuo.data.columnar used by org.tribuo.data.columnarClassDescriptionA Feature with extra bookkeeping for use inside the columnar package.An abstract class for iterators that read data in to a columnar format, usually from a file of some kind.A representation of a row of untyped data from a columnar data source.Takes a list of columnar features and adds new features or removes existing features.Extracts a value from a field to be placed in an
Example's metadata field.An interface for things that process the columns in a data set.The types of generated features.An interface that will take the response field and produce anOutput.A processor which takes a Map of String to String and returns anExample.Builder forRowProcessor. -
Classes in org.tribuo.data.columnar used by org.tribuo.data.columnar.extractorsClassDescriptionA representation of a row of untyped data from a columnar data source.Extracts a value from a field to be placed in an
Example's metadata field. -
Classes in org.tribuo.data.columnar used by org.tribuo.data.columnar.processors.featureClassDescriptionA Feature with extra bookkeeping for use inside the columnar package.Takes a list of columnar features and adds new features or removes existing features.
-
Classes in org.tribuo.data.columnar used by org.tribuo.data.columnar.processors.fieldClassDescriptionA Feature with extra bookkeeping for use inside the columnar package.An interface for things that process the columns in a data set.The types of generated features.
-
Classes in org.tribuo.data.columnar used by org.tribuo.data.columnar.processors.response
-
Classes in org.tribuo.data.columnar used by org.tribuo.data.csvClassDescriptionA
ConfigurableDataSourcebase class which takes columnar data (e.g., csv or DB table rows) and generatesExamples.An abstract class for iterators that read data in to a columnar format, usually from a file of some kind.A representation of a row of untyped data from a columnar data source.A processor which takes a Map of String to String and returns anExample. -
Classes in org.tribuo.data.columnar used by org.tribuo.data.sqlClassDescriptionA
ConfigurableDataSourcebase class which takes columnar data (e.g., csv or DB table rows) and generatesExamples.An abstract class for iterators that read data in to a columnar format, usually from a file of some kind.A representation of a row of untyped data from a columnar data source.A processor which takes a Map of String to String and returns anExample.