Package | Description |
---|---|
org.neuroph.core.events |
Provides neural network learning events system
|
Modifier and Type | Method and Description |
---|---|
NeuralNetworkEvent.Type |
NeuralNetworkEvent.getEventType() |
static NeuralNetworkEvent.Type |
NeuralNetworkEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuralNetworkEvent.Type[] |
NeuralNetworkEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NeuralNetworkEvent(Layer source,
NeuralNetworkEvent.Type eventType) |
NeuralNetworkEvent(NeuralNetwork source,
NeuralNetworkEvent.Type eventType) |
NeuralNetworkEvent(Neuron source,
NeuralNetworkEvent.Type eventType) |
Copyright © 2017 Neuroph Project. All rights reserved.