Uses of Class
org.tribuo.MutableDataset
Packages that use MutableDataset
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides infrastructure for applying transformations to a
Dataset.-
Uses of MutableDataset in org.tribuo
Methods in org.tribuo that return MutableDatasetModifier and TypeMethodDescriptionstatic <T extends Output<T>>
MutableDataset<T> MutableDataset.createDeepCopy(Dataset<T> other) Creates a deep copy of the suppliedDatasetwhich is mutable.static MutableDataset<?> MutableDataset.deserializeFromProto(int version, String className, com.google.protobuf.Any message) Deserialization factory. -
Uses of MutableDataset in org.tribuo.transform
Methods in org.tribuo.transform that return MutableDatasetModifier and TypeMethodDescription<T extends Output<T>>
MutableDataset<T> TransformerMap.transformDataset(Dataset<T> dataset) Copies the supplied dataset and applies the transformers to each example in it.<T extends Output<T>>
MutableDataset<T> TransformerMap.transformDataset(Dataset<T> dataset, boolean densify) Copies the supplied dataset and applies the transformers to each example in it.