org.neuroph.nnet
Class ModularNetwork

java.lang.Object
  extended by org.neuroph.nnet.ModularNetwork

public class ModularNetwork
extends java.lang.Object

Neural networks container for creating modular neural networks

Author:
Zoran Sevarac

Constructor Summary
ModularNetwork()
           
 
Method Summary
 void addNetwork(NeuralNetwork neuralNet)
          Adds neural network
 NeuralNetwork getNetwork(java.lang.String label)
          Gets neural network
 void removeNetwork(java.lang.String label)
          Removes neural network
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModularNetwork

public ModularNetwork()
Method Detail

addNetwork

public void addNetwork(NeuralNetwork neuralNet)
Adds neural network

Parameters:
neuralNet -

getNetwork

public NeuralNetwork getNetwork(java.lang.String label)
Gets neural network

Parameters:
label -
Returns:
neural network

removeNetwork

public void removeNetwork(java.lang.String label)
Removes neural network

Parameters:
label -