Package | Description |
---|---|
deepnetts.util |
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
|
Modifier and Type | Method and Description |
---|---|
ColumnType[] |
CsvFormat.getColumnTypes() |
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvFormat.setColumnTypes(ColumnType[] columnTypes) |
Copyright © 2022. All rights reserved.