yawn.nn.committee
Class CommitteeElement
java.lang.Object
yawn.config.ConfigElement
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)
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
networkConfig
protected NeuralNetworkConfig networkConfig
amount
protected int amount
CommitteeElement
public CommitteeElement()
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.