JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.encog.neural.freeform.task
Interface NeuronTask
public interface
NeuronTask
Defines a task that is carried out for every neuron.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
task
(
FreeformNeuron
neuron)
The task.
Method Detail
task
void task(
FreeformNeuron
neuron)
The task.
Parameters:
neuron
- The neuron.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method