| Package | Description |
|---|---|
| org.datavec.api.conf | |
| org.datavec.api.formats.input | |
| org.datavec.api.formats.input.impl | |
| org.datavec.api.split | |
| org.datavec.api.writable |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
Configuration.getType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
BaseInputFormat.getType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
ListStringInputFormat.getType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
NumberedFileInputSplit.getType() |
WritableType |
ListStringSplit.getType() |
WritableType |
StringSplit.getType() |
WritableType |
FileSplit.getType() |
WritableType |
BaseInputSplit.getType() |
WritableType |
InputStreamInputSplit.getType() |
| Modifier and Type | Method and Description |
|---|---|
WritableType |
Text.getType() |
WritableType |
IntWritable.getType() |
WritableType |
LongWritable.getType() |
WritableType |
NullWritable.getType() |
WritableType |
Writable.getType() |
WritableType |
ByteWritable.getType() |
WritableType |
FloatWritable.getType() |
WritableType |
BooleanWritable.getType() |
WritableType |
NDArrayWritable.getType() |
WritableType |
DoubleWritable.getType() |
static WritableType |
WritableType.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.
|
Copyright © 2017. All rights reserved.