org.encog.neural.freeform.task
Interface NeuronTask


public interface NeuronTask

Defines a task that is carried out for every neuron.


Method Summary
 void task(FreeformNeuron neuron)
          The task.
 

Method Detail

task

void task(FreeformNeuron neuron)
The task.

Parameters:
neuron - The neuron.


Copyright © 2014. All Rights Reserved.