Uses of Class
org.tribuo.transform.TransformerMap
Packages that use TransformerMap
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides implementations of base classes and interfaces from
org.tribuo
.Provides infrastructure for applying transformations to a
Dataset
.-
Uses of TransformerMap in org.tribuo
Methods in org.tribuo that return TransformerMapModifier and TypeMethodDescriptionDataset.createTransformers
(TransformationMap transformations) Takes aTransformationMap
and converts it into aTransformerMap
by observing all the values in this dataset.Dataset.createTransformers
(TransformationMap transformations, boolean includeImplicitZeroFeatures) Takes aTransformationMap
and converts it into aTransformerMap
by observing all the values in this dataset.Methods in org.tribuo with parameters of type TransformerMapModifier and TypeMethodDescriptionvoid
Example.transform
(TransformerMap transformerMap) Transforms this example by applying the transformations from the suppliedTransformerMap
.void
MutableDataset.transform
(TransformerMap transformerMap) Applies all the transformations from theTransformerMap
to this dataset. -
Uses of TransformerMap in org.tribuo.impl
Methods in org.tribuo.impl with parameters of type TransformerMapModifier and TypeMethodDescriptionvoid
ArrayExample.transform
(TransformerMap transformerMap) void
BinaryFeaturesExample.transform
(TransformerMap transformerMap) void
ListExample.transform
(TransformerMap transformerMap) -
Uses of TransformerMap in org.tribuo.transform
Methods in org.tribuo.transform that return TransformerMapModifier and TypeMethodDescriptionstatic TransformerMap
TransformerMap.deserialize
(org.tribuo.protos.core.TransformerMapProto proto) Deserializes aTransformerMapProto
into aTransformerMap
.TransformedModel.getTransformerMap()
Gets the transformers that this model applies to each example.