Uses of Class
org.datavec.api.transform.transform.normalize.Normalize
-
Packages that use Normalize Package Description org.datavec.api.transform org.datavec.api.transform.transform.normalize -
-
Uses of Normalize in org.datavec.api.transform
Methods in org.datavec.api.transform with parameters of type Normalize Modifier and Type Method Description TransformProcess.BuilderTransformProcess.Builder. normalize(String column, Normalize type, DataAnalysis da)Normalize the specified column with a given type of normalization -
Uses of Normalize in org.datavec.api.transform.transform.normalize
Methods in org.datavec.api.transform.transform.normalize that return Normalize Modifier and Type Method Description static NormalizeNormalize. 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.
-