yawn.optim
Class ParamerFitter

java.lang.Object
  extended by yawn.nn.NeuralNetwork
      extended by yawn.optim.ParamerFitter
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GeneticParameterFitter

public abstract class ParamerFitter
extends NeuralNetwork

This is yawn.optim.ParamerFitter, part of the yawn project. $Id: ParamerFitter.java,v 1.2 2005/04/07 17:28:28 supermarti Exp $

Version:
$Revision: 1.2 $
Author:
Luis Martí (luis dot marti at uc3m dot es)
See Also:
Serialized Form

Constructor Summary
ParamerFitter()
           
 
Method Summary
 
Methods inherited from class yawn.nn.NeuralNetwork
getAdapting, getInputSize, getNeuralNetworkName, getOutputSize, getStatisticsFacility, isAdapting, oneLearningStep, predict, setAdapting, setStatisticsFacility, setup, train, yieldConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamerFitter

public ParamerFitter()


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