net.sourceforge.cilib.neuralnetwork.generic.topologyvisitors
Class WeightCountingVisitor

java.lang.Object
  extended by net.sourceforge.cilib.neuralnetwork.generic.topologyvisitors.WeightCountingVisitor
All Implemented Interfaces:
GenericTopologyVisitor

public class WeightCountingVisitor
extends Object
implements GenericTopologyVisitor

Author:
stefanv TODO: Complete this javadoc.

Constructor Summary
WeightCountingVisitor()
           
 
Method Summary
 int getWeightCount()
           
 void visitNeuronConfig(NeuronConfig n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightCountingVisitor

public WeightCountingVisitor()
Method Detail

visitNeuronConfig

public void visitNeuronConfig(NeuronConfig n)
Specified by:
visitNeuronConfig in interface GenericTopologyVisitor

getWeightCount

public int getWeightCount()


Copyright © 2009 CIRG. All Rights Reserved.