Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

termination.h File Reference

More...

#include "annetwork.h"

Go to the source code of this file.

Compounds

class  DummyTerminator
 Dummy terminator that doesn't terminate at all. More...

class  GLTerminator
 Generalization Loss Terminator by Prechelt. More...

class  PQTerminator
 Progress quotient Terminator by Prechelt. More...

class  PRTerminator
 Another Terminator used in the examples of Prechelt's paper. More...

class  SavingTerminator
 A middle-level Terminator abstraction that supports saving the best network state so far. More...

class  Terminator
 Abstract superclass for early stopping strategies for AnyNetwork. More...

class  TerminatorT800
 A super-fast Terminator that doesn't save the network state. More...

class  UPTerminator
 A Terminator that stops traning when the generalization error increased in n successive strips. More...


Functions

TerminatorbuildTerminator (const String &modelName, const PatternSet &validationset, int validationInterval)


Detailed Description

Definition in file termination.h.


Function Documentation

Terminator* buildTerminator const String &    modelName,
const PatternSet   validationset,
int    interval
 

Terminator factory.

* * Copyright (C) 1997-2002 Marko Grönroos <magi@iki.fi> * *

* This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; see the file COPYING.LIB. If * not, write to the Free Software Foundation, Inc., 59 Temple Place *

  • Suite 330, Boston, MA 02111-1307, USA. * *

Definition at line 30 of file termination.cc.

Referenced by Trainer::train().


Generated on Thu Feb 10 20:06:45 2005 for Inanna by doxygen1.2.18