Package | Description |
---|---|
org.datavec.api.transform.transform.string | |
org.datavec.api.writable | |
org.datavec.local.transforms.functions.data |
Modifier and Type | Method and Description |
---|---|
abstract Text |
BaseStringTransform.map(Writable writable)
Transform the writable in to a
string
|
Text |
ChangeCaseStringTransform.map(Writable writable) |
Text |
ConvertToString.map(Writable writable)
Transform the writable in to a
string
|
Text |
MapAllStringsExceptListTransform.map(Writable writable) |
Text |
RemoveWhiteSpaceTransform.map(Writable writable) |
Text |
ReplaceEmptyStringTransform.map(Writable writable) |
Text |
ReplaceStringTransform.map(Writable writable) |
Text |
StringMapTransform.map(Writable writable) |
Modifier and Type | Method and Description |
---|---|
void |
Text.set(Text other)
copy a text.
|
Constructor and Description |
---|
Text(Text utf8)
Construct from another text.
|
Modifier and Type | Method and Description |
---|---|
Pair<Text,BytesWritable> |
FilesAsBytesFunction.apply(Pair<String,InputStream> in) |
Modifier and Type | Method and Description |
---|---|
List<Writable> |
RecordReaderBytesFunction.apply(Pair<Text,BytesWritable> v1) |
List<List<Writable>> |
SequenceRecordReaderBytesFunction.apply(Pair<Text,BytesWritable> v1) |
Copyright © 2020. All rights reserved.