Package | Description |
---|---|
org.datavec.api.transform.transform.doubletransform |
Modifier and Type | Class and Description |
---|---|
class |
ConvertToDouble
Convert any value to an Double
|
class |
DoubleMathFunctionTransform
A simple transform to do common mathematical operations, such as sin(x), ceil(x), etc.
|
class |
Log2Normalizer
Normalize by taking scale * log2((in-columnMin)/(mean-columnMin) + 1)
Maps values in range (columnMin to infinity) to (0 to infinity)
Most suitable for values with a geometric/negative exponential type distribution.
|
class |
MinMaxNormalizer
Normalizer to map (min to max) -> (newMin-to newMax) linearly.
|
class |
StandardizeNormalizer
Normalize using (x-mean)/stdev.
|
class |
SubtractMeanNormalizer
Normalize by substracting the mean
|
Copyright © 2020. All rights reserved.