Uses of Class
org.datavec.api.writable.Text
-
Packages that use Text Package Description org.datavec.api.transform.transform.string org.datavec.api.writable -
-
Uses of Text in org.datavec.api.transform.transform.string
Methods in org.datavec.api.transform.transform.string that return Text Modifier and Type Method Description abstract Text
BaseStringTransform. map(Writable writable)
Transform the writable in to a stringText
ChangeCaseStringTransform. map(Writable writable)
Text
ConvertToString. map(Writable writable)
Transform the writable in to a stringText
MapAllStringsExceptListTransform. map(Writable writable)
Text
RemoveWhiteSpaceTransform. map(Writable writable)
Text
ReplaceEmptyStringTransform. map(Writable writable)
Text
ReplaceStringTransform. map(Writable writable)
Text
StringMapTransform. map(Writable writable)
-
Uses of Text in org.datavec.api.writable
Methods in org.datavec.api.writable with parameters of type Text Modifier and Type Method Description void
Text. set(Text other)
copy a text.Constructors in org.datavec.api.writable with parameters of type Text Constructor Description Text(Text utf8)
Construct from another text.
-