yawn.nn.fuzzyartmap
Class FuzzyArtMapConfig

java.lang.Object
  extended by yawn.config.ConfigElement
      extended by yawn.config.NeuralNetworkConfig
          extended by yawn.nn.fuzzyartmap.FuzzyArtMapConfig

public class FuzzyArtMapConfig
extends NeuralNetworkConfig

$Id: FuzzyArtMapConfig.java,v 1.5 2005/04/07 17:28:25 supermarti Exp $

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

Field Summary
protected  FuzzyArtMap network
           
 
Fields inherited from class yawn.config.NeuralNetworkConfig
environment
 
Constructor Summary
FuzzyArtMapConfig()
           
 
Method Summary
 double getAlphaArtA()
           
 double getAlphaArtB()
           
 double getBetaArtA()
           
 double getBetaArtB()
           
 java.lang.Class getBindedNetworkClass()
           
 double getEpsilon()
           
 double getMatchError()
           
 int getMaxEpochs()
           
 double getVigilanceArtA()
           
 double getVigilanceArtB()
           
protected  void internalValidate()
           
 boolean isUseComplementCoding()
           
 void setAlphaArtA(double alphaArtA)
           
 void setAlphaArtB(double alphaArtB)
           
 void setBetaArtA(double betaArtA)
           
 void setBetaArtB(double betaArtB)
           
 void setEpsilon(double epsilon)
           
 void setMatchError(double matchError)
           
 void setMaxEpochs(int maxEpochs)
           
 void setUseComplementCoding(boolean useComplementCoding)
           
 void setVigilanceArtA(double vigilanceArtA)
           
 void setVigilanceArtB(double vigilanceArtB)
           
 void setVigilanceB(double value)
           
 
Methods inherited from class yawn.config.NeuralNetworkConfig
configuredNetworkFactory, environmentValidate, getEnvironment, setBindedNetworkClass, setEnvironment, validate
 
Methods inherited from class yawn.config.ConfigElement
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

network

protected FuzzyArtMap network
Constructor Detail

FuzzyArtMapConfig

public FuzzyArtMapConfig()
Method Detail

internalValidate

protected void internalValidate()
                         throws ValidationException
Specified by:
internalValidate in class NeuralNetworkConfig
Throws:
ValidationException

getBindedNetworkClass

public java.lang.Class getBindedNetworkClass()
Specified by:
getBindedNetworkClass in class NeuralNetworkConfig

getAlphaArtA

public double getAlphaArtA()
Returns:

getAlphaArtB

public double getAlphaArtB()
Returns:

getBetaArtA

public double getBetaArtA()
Returns:

getBetaArtB

public double getBetaArtB()
Returns:

getEpsilon

public double getEpsilon()
Returns:

getMatchError

public double getMatchError()
Returns:

getMaxEpochs

public int getMaxEpochs()
Returns:

getVigilanceArtA

public double getVigilanceArtA()
Returns:

getVigilanceArtB

public double getVigilanceArtB()
Returns:

isUseComplementCoding

public boolean isUseComplementCoding()
Returns:

setAlphaArtA

public void setAlphaArtA(double alphaArtA)
Parameters:
alphaArtA -

setAlphaArtB

public void setAlphaArtB(double alphaArtB)
Parameters:
alphaArtB -

setBetaArtA

public void setBetaArtA(double betaArtA)
Parameters:
betaArtA -

setBetaArtB

public void setBetaArtB(double betaArtB)
Parameters:
betaArtB -

setEpsilon

public void setEpsilon(double epsilon)
Parameters:
epsilon -

setMatchError

public void setMatchError(double matchError)
Parameters:
matchError -

setMaxEpochs

public void setMaxEpochs(int maxEpochs)
Parameters:
maxEpochs -

setUseComplementCoding

public void setUseComplementCoding(boolean useComplementCoding)
Parameters:
useComplementCoding -

setVigilanceArtA

public void setVigilanceArtA(double vigilanceArtA)
Parameters:
vigilanceArtA -

setVigilanceArtB

public void setVigilanceArtB(double vigilanceArtB)
Parameters:
vigilanceArtB -

setVigilanceB

public void setVigilanceB(double value)
Parameters:
value -


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