| Package | Description |
|---|---|
| org.datavec.api.transform.transform.string |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeCaseStringTransform
Change case (to, e.g, all lower case) of String column.
|
class |
ConvertToString
Convert any value to a string.
|
class |
MapAllStringsExceptListTransform
This method maps all String values, except those is the specified list, to a single String value
|
class |
RemoveWhiteSpaceTransform
String transform that removes all whitespace charaters
|
class |
ReplaceEmptyStringTransform
Replace empty String values with the specified String
|
class |
ReplaceStringTransform
Replaces String values that match regular expressions.
|
class |
StringMapTransform
A simple String -> String map function.
|
Copyright © 2019. All rights reserved.