Package | Description |
---|---|
org.neuroph.core |
Provides base classes and basic building components for neural networks.
|
org.neuroph.util |
Provides various utility classes for creating neural networks,
type codes, parsing vectors, etc.
|
Modifier and Type | Method and Description |
---|---|
NeuralNetworkType |
NeuralNetwork.getNetworkType()
Returns type of this network
|
Modifier and Type | Method and Description |
---|---|
void |
NeuralNetwork.setNetworkType(NeuralNetworkType type)
Sets type for this network
|
Modifier and Type | Method and Description |
---|---|
static NeuralNetworkType |
NeuralNetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuralNetworkType[] |
NeuralNetworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Neuroph Project. All rights reserved.