Uses of Package
org.tribuo.dataset
Package
Description
Provides utility datasets which subsample or otherwise
transform the wrapped dataset.
Evaluation base classes, along with code for train/test splits and cross validation.
-
ClassDescriptionDatasetView provides an immutable view on another
Dataset
that only exposes selected examples.Provenance for theDatasetView
.This class creates a pruned dataset in which low frequency features that occur less than the provided minimum cardinality have been removed.This class creates a pruned dataset which only contains the selected features. -
ClassDescriptionDatasetView provides an immutable view on another
Dataset
that only exposes selected examples.