net.sourceforge.cilib.neuralnetwork.foundation
Interface NeuralNetworkTopology

All Superinterfaces:
Initializable
All Known Implementing Classes:
FFNNTopology, GenericTopology, LayeredGenericTopology

public interface NeuralNetworkTopology
extends Initializable

Author:
stefanv TODO: Complete this javadoc.

Method Summary
 TypeList evaluate(NNPattern p)
           
 Vector getWeights()
           
 void setWeights(Vector w)
           
 
Methods inherited from interface net.sourceforge.cilib.neuralnetwork.foundation.Initializable
initialize
 

Method Detail

evaluate

TypeList evaluate(NNPattern p)

getWeights

Vector getWeights()

setWeights

void setWeights(Vector w)


Copyright © 2009 CIRG. All Rights Reserved.