Package | Description |
---|---|
org.tribuo |
Provides the core interfaces and classes for using Tribuo.
|
org.tribuo.impl |
Provides implementations of base classes and interfaces from
org.tribuo . |
org.tribuo.transform |
Provides infrastructure for applying transformations to a
Dataset . |
Modifier and Type | Method and Description |
---|---|
TransformerMap |
Dataset.createTransformers(TransformationMap transformations)
Takes a
TransformationMap and converts it into a TransformerMap by
observing all the values in this dataset. |
TransformerMap |
Dataset.createTransformers(TransformationMap transformations,
boolean includeImplicitZeroFeatures)
Takes a
TransformationMap and converts it into a TransformerMap by
observing all the values in this dataset. |
Modifier and Type | Method and Description |
---|---|
void |
MutableDataset.transform(TransformerMap transformerMap)
Applies all the transformations from the
TransformerMap to this dataset. |
void |
Example.transform(TransformerMap transformerMap)
Transforms this example by applying the transformations from the supplied
TransformerMap . |
Modifier and Type | Method and Description |
---|---|
void |
ListExample.transform(TransformerMap transformerMap) |
void |
BinaryFeaturesExample.transform(TransformerMap transformerMap) |
void |
ArrayExample.transform(TransformerMap transformerMap) |
Modifier and Type | Method and Description |
---|---|
TransformerMap |
TransformedModel.getTransformerMap()
Gets the transformers that this model applies to each example.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.