Package | Description |
---|---|
org.neuroph.core.data |
Provides data set related classes and manipulation methods.
|
org.neuroph.util |
Provides various utility classes for creating neural networks,
type codes, parsing vectors, etc.
|
Modifier and Type | Method and Description |
---|---|
DataSetColumnType |
DataSet.getColumnType(int index) |
DataSetColumnType[] |
DataSet.getColumnTypes() |
Modifier and Type | Method and Description |
---|---|
void |
DataSet.setColumnType(int index,
DataSetColumnType columnType)
Sets column type for the given index.
|
Modifier and Type | Method and Description |
---|---|
static DataSetColumnType |
DataSetColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetColumnType[] |
DataSetColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Neuroph Project. All rights reserved.