yawn.nn.committee
Class CommitteeElement

java.lang.Object
  extended by yawn.config.ConfigElement
      extended by yawn.nn.committee.CommitteeElement

public class CommitteeElement
extends ConfigElement

This is yawn.nn.committee.ComitteElement, part of the yawn project. $Id: CommitteeElement.java,v 1.3 2005/04/07 17:28:07 supermarti Exp $

Version:
$Revision: 1.3 $
Author:
Luis Martí (luis dot marti at uc3m dot es)

Field Summary
protected  int amount
           
protected  NeuralNetworkConfig networkConfig
           
 
Constructor Summary
CommitteeElement()
           
 
Method Summary
 int getAmount()
           
 NeuralNetworkConfig getNetworkConfig()
           
 void setAmount(int amount)
           
 void setNetworkConfig(NeuralNetworkConfig model)
           
 java.lang.String toString()
           
 
Methods inherited from class yawn.config.ConfigElement
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

networkConfig

protected NeuralNetworkConfig networkConfig

amount

protected int amount
Constructor Detail

CommitteeElement

public CommitteeElement()
Method Detail

getAmount

public int getAmount()
Returns:
Returns the amount.

setAmount

public void setAmount(int amount)
Parameters:
amount - The amount to set.

getNetworkConfig

public NeuralNetworkConfig getNetworkConfig()
Returns:
Returns the networkConfig.

setNetworkConfig

public void setNetworkConfig(NeuralNetworkConfig model)
Parameters:
model - The networkConfig to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2005 GIAA, Universidad Carlos III de Madrid. All Rights Reserved.