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