| Package | Description |
|---|---|
| org.datavec.api.transform | |
| org.datavec.api.transform.transform.normalize |
| Modifier and Type | Method and Description |
|---|---|
TransformProcess.Builder |
TransformProcess.Builder.normalize(String column,
Normalize type,
DataAnalysis da)
Normalize the specified column with a given type of normalization
|
| Modifier and Type | Method and Description |
|---|---|
static Normalize |
Normalize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Normalize[] |
Normalize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.