/*****************************************************************************
FILE : $Source: /projects/higgs1/SNNS/CVS/SNNS/kernel/sources/cc_prune.h,v $
SHORTNAME : cc_prune.h
SNNS VERSION : 4.2
PURPOSE : Header file of correspondent '.c' file
NOTES :
AUTHOR : Juergen Gatter
DATE :
CHANGED BY :
RCS VERSION : $Revision: 1.3 $
LAST CHANGE :
Copyright (c) 1990-1995 SNNS Group, IPVR, Univ. Stuttgart, FRG
Copyright (c) 1996-1998 SNNS Group, WSI, Univ. Tuebingen, FRG
******************************************************************************/
#ifndef _CC_PRUNE_DEFINED_
#define _CC_PRUNE_DEFINED_
/* begin global definition section */
float cc_getPruningError
(int pruneFunc,int StartPattern,int EndPattern,int mode);
void cc_pruneNet (int StartPattern, int EndPattern, int pruneFunc);
void cc_remove_Unit(void);
/* end global definition section */
#endif /* _CC_PRUNE_DEFINED_ */
syntax highlighted by Code2HTML, v. 0.9.1