Uses of Class
yawn.config.NeuralNetworkConfig

Packages that use NeuralNetworkConfig
yawn.io   
yawn.nn   
yawn.nn.appart   
yawn.nn.committee   
yawn.nn.fuzzyartmap   
yawn.nn.mlp   
yawn.nn.mlp.smart   
yawn.optim.genetic   
 

Uses of NeuralNetworkConfig in yawn.io
 

Fields in yawn.io declared as NeuralNetworkConfig
protected  NeuralNetworkConfig Experiment.neuralNetwork
           
 

Methods in yawn.io that return NeuralNetworkConfig
 NeuralNetworkConfig Experiment.getNeuralNetwork()
           
 

Methods in yawn.io with parameters of type NeuralNetworkConfig
 void Experiment.setNeuralNetwork(NeuralNetworkConfig neuralNetwork)
           
 

Uses of NeuralNetworkConfig in yawn.nn
 

Methods in yawn.nn that return NeuralNetworkConfig
abstract  NeuralNetworkConfig NeuralNetwork.yieldConfiguration()
           
 

Methods in yawn.nn with parameters of type NeuralNetworkConfig
abstract  void NeuralNetwork.setup(NeuralNetworkConfig config)
           
 

Uses of NeuralNetworkConfig in yawn.nn.appart
 

Subclasses of NeuralNetworkConfig in yawn.nn.appart
 class AppArtConfig
          $Id: AppArtConfig.java,v 1.6 2005/04/07 17:28:25 supermarti Exp $
 

Methods in yawn.nn.appart that return NeuralNetworkConfig
 NeuralNetworkConfig AppArt.yieldConfiguration()
          (non-Javadoc)
 

Methods in yawn.nn.appart with parameters of type NeuralNetworkConfig
 void AppArt.setup(NeuralNetworkConfig config)
           
 

Uses of NeuralNetworkConfig in yawn.nn.committee
 

Subclasses of NeuralNetworkConfig in yawn.nn.committee
 class NetworkCommitteeConfig
          This is yawn.nn.committee.NetworkCommitteeConfig, part of the yawn project.
 

Fields in yawn.nn.committee declared as NeuralNetworkConfig
protected  NeuralNetworkConfig CommitteeElement.networkConfig
           
 

Methods in yawn.nn.committee that return NeuralNetworkConfig
 NeuralNetworkConfig CommitteeElement.getNetworkConfig()
           
 NeuralNetworkConfig NetworkCommittee.yieldConfiguration()
           
 

Methods in yawn.nn.committee with parameters of type NeuralNetworkConfig
 void CommitteeElement.setNetworkConfig(NeuralNetworkConfig model)
           
 void NetworkCommittee.setup(NeuralNetworkConfig config)
           
 

Uses of NeuralNetworkConfig in yawn.nn.fuzzyartmap
 

Subclasses of NeuralNetworkConfig in yawn.nn.fuzzyartmap
 class FuzzyArtMapConfig
          $Id: FuzzyArtMapConfig.java,v 1.5 2005/04/07 17:28:25 supermarti Exp $
 

Methods in yawn.nn.fuzzyartmap that return NeuralNetworkConfig
protected  NeuralNetworkConfig FuzzyArtMapJGapAdapter.prepareConfig()
           
 NeuralNetworkConfig FuzzyArtMap.yieldConfiguration()
           
 

Methods in yawn.nn.fuzzyartmap with parameters of type NeuralNetworkConfig
 void FuzzyArtMap.setup(NeuralNetworkConfig config)
           
 

Uses of NeuralNetworkConfig in yawn.nn.mlp
 

Subclasses of NeuralNetworkConfig in yawn.nn.mlp
 class MultiLayerPerceptronConfig
          A configuration class for the MultiLayerPerceptron class.
 

Methods in yawn.nn.mlp that return NeuralNetworkConfig
 NeuralNetworkConfig MultiLayerPerceptron.yieldConfiguration()
           
 

Methods in yawn.nn.mlp with parameters of type NeuralNetworkConfig
 void MultiLayerPerceptron.setup(NeuralNetworkConfig config)
           
 

Uses of NeuralNetworkConfig in yawn.nn.mlp.smart
 

Subclasses of NeuralNetworkConfig in yawn.nn.mlp.smart
 class SmartMultiLayerPerceptronConfig
          This is yawn.nn.mlp.smart.SmartiMultiLayerPerceptronConfig part of the yawn project.
 

Methods in yawn.nn.mlp.smart that return NeuralNetworkConfig
 NeuralNetworkConfig SmartMultiLayerPerceptron.yieldConfiguration()
           
 

Methods in yawn.nn.mlp.smart with parameters of type NeuralNetworkConfig
 void SmartMultiLayerPerceptron.setup(NeuralNetworkConfig config)
           
 

Uses of NeuralNetworkConfig in yawn.optim.genetic
 

Subclasses of NeuralNetworkConfig in yawn.optim.genetic
 class GeneticParameterFitterConfig
          This is yawn.optim.genetic.GeneticParameterFitterConfig, part of the yawn project.
 

Fields in yawn.optim.genetic declared as NeuralNetworkConfig
protected  NeuralNetworkConfig GeneticParameterFitterConfig.modeltoBeFittedConfig
           
protected  NeuralNetworkConfig GeneticParameterFitter.modeltoBeFittedConfig
           
protected  NeuralNetworkConfig JGapAdapter.templateConfig
           
 

Methods in yawn.optim.genetic that return NeuralNetworkConfig
 NeuralNetworkConfig GeneticParameterFitterConfig.getModeltoBeFittedConfig()
           
 NeuralNetworkConfig GeneticParameterFitter.getModeltoBeFittedConfig()
           
 NeuralNetworkConfig JGapAdapter.getTemplateConfig()
           
 NeuralNetworkConfig GeneticParameterFitter.yieldConfiguration()
           
 

Methods in yawn.optim.genetic with parameters of type NeuralNetworkConfig
 void GeneticParameterFitterConfig.setModeltoBeFittedConfig(NeuralNetworkConfig fittedModelConfig)
           
 void GeneticParameterFitter.setModeltoBeFittedConfig(NeuralNetworkConfig initialModelConfig)
           
 void JGapAdapter.setTemplateConfig(NeuralNetworkConfig templateConfig)
           
 void GeneticParameterFitter.setup(NeuralNetworkConfig config)
           
 

Constructors in yawn.optim.genetic with parameters of type NeuralNetworkConfig
JGapAdapter(NeuralNetworkConfig config)
           
 



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