Uses of Class
org.datavec.api.writable.WritableType
-
-
Uses of WritableType in org.datavec.api.conf
Methods in org.datavec.api.conf that return WritableType Modifier and Type Method Description WritableTypeConfiguration. getType() -
Uses of WritableType in org.datavec.api.formats.input
Methods in org.datavec.api.formats.input that return WritableType Modifier and Type Method Description WritableTypeBaseInputFormat. getType() -
Uses of WritableType in org.datavec.api.formats.input.impl
Methods in org.datavec.api.formats.input.impl that return WritableType Modifier and Type Method Description WritableTypeListStringInputFormat. getType() -
Uses of WritableType in org.datavec.api.transform
Methods in org.datavec.api.transform that return WritableType Modifier and Type Method Description WritableTypeColumnType. getWritableType() -
Uses of WritableType in org.datavec.api.writable
Methods in org.datavec.api.writable that return WritableType Modifier and Type Method Description WritableTypeBooleanWritable. getType()WritableTypeBytesWritable. getType()WritableTypeByteWritable. getType()WritableTypeDoubleWritable. getType()WritableTypeFloatWritable. getType()WritableTypeIntWritable. getType()WritableTypeLongWritable. getType()WritableTypeNDArrayWritable. getType()WritableTypeNullWritable. getType()WritableTypeText. getType()WritableTypeWritable. getType()Get the type of the writable.static WritableTypeWritableType. valueOf(String name)Returns the enum constant of this type with the specified name.static WritableType[]WritableType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WritableType in org.datavec.api.writable.comparator
Methods in org.datavec.api.writable.comparator with parameters of type WritableType Modifier and Type Method Description static Comparator<Writable>Comparators. forType(WritableType type)static Comparator<Writable>Comparators. forType(WritableType type, boolean ascending)
-