public class NeuralNetworkEvent extends EventObject
Modifier and Type | Class and Description |
---|---|
static class |
NeuralNetworkEvent.Type
Types of neural network events
|
source
Constructor and Description |
---|
NeuralNetworkEvent(Layer source,
NeuralNetworkEvent.Type eventType) |
NeuralNetworkEvent(NeuralNetwork source,
NeuralNetworkEvent.Type eventType) |
NeuralNetworkEvent(Neuron source,
NeuralNetworkEvent.Type eventType) |
Modifier and Type | Method and Description |
---|---|
NeuralNetworkEvent.Type |
getEventType() |
getSource, toString
public NeuralNetworkEvent(NeuralNetwork source, NeuralNetworkEvent.Type eventType)
public NeuralNetworkEvent(Layer source, NeuralNetworkEvent.Type eventType)
public NeuralNetworkEvent(Neuron source, NeuralNetworkEvent.Type eventType)
public NeuralNetworkEvent.Type getEventType()
Copyright © 2019 Neuroph Project. All rights reserved.