Package | Description |
---|---|
org.tribuo.transform |
Provides infrastructure for applying transformations to a
Dataset . |
org.tribuo.transform.transformations |
Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
|
Modifier and Type | Method and Description |
---|---|
TransformStatistics |
Transformation.createStats()
Creates the statistics object for this Transformation.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTransform
This is used for stateless functions such as exp, log, addition or multiplication by a constant.
|
Modifier and Type | Method and Description |
---|---|
TransformStatistics |
SimpleTransform.createStats()
Returns itself.
|
TransformStatistics |
MeanStdDevTransformation.createStats() |
TransformStatistics |
LinearScalingTransformation.createStats() |
TransformStatistics |
IDFTransformation.createStats() |
TransformStatistics |
BinningTransformation.createStats() |
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.