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 TextBaseStringTransform. map(Writable writable)Transform the writable in to a stringTextChangeCaseStringTransform. map(Writable writable)TextConvertToString. map(Writable writable)Transform the writable in to a stringTextMapAllStringsExceptListTransform. map(Writable writable)TextRemoveWhiteSpaceTransform. map(Writable writable)TextReplaceEmptyStringTransform. map(Writable writable)TextReplaceStringTransform. map(Writable writable)TextStringMapTransform. 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 voidText. 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.
-