net.sourceforge.cilib.neuralnetwork.generic
Interface LayerIterator

All Known Implementing Classes:
StandardLayerIterator

public interface LayerIterator

Author:
stefanv

Method Summary
 int currentPosition()
           
 int getNrNeurons()
           
 boolean hasMore()
           
 void nextNeuron()
           
 void reset()
           
 NeuronConfig value()
           
 

Method Detail

nextNeuron

void nextNeuron()

value

NeuronConfig value()

getNrNeurons

int getNrNeurons()

reset

void reset()

hasMore

boolean hasMore()

currentPosition

int currentPosition()


Copyright © 2009 CIRG. All Rights Reserved.