00001 /*============================================================================== 00002 * Product : OpenPL 00003 * File : plLearnType.h 00004 * Author : Manuel Yguel 00005 * Creation : Mon Nov 10 08:52:09 2003 00006 * 00007 *============================================================================== 00008 * (c) Copyright 2000, Centre National de la Recherche Scientifique, 00009 * all rights reserved 00010 *============================================================================== 00011 * 00012 *------------------------- Description ---------------------------------------- 00013 * Definitions of the types for the Learn module : 00014 * - frequence 00015 *------------------------------------------------------------------------------ 00016 */ 00017 00018 00019 #ifndef __plLearnType_h__ 00020 #define __plLearnType_h__ 00021 00022 //typedef unsigned int plLearnClassesTotal; 00023 //typedef unsigned int plLearnFrequence; 00024 //typedef unsigned int plLearnFrequencesTotal; 00025 00026 typedef unsigned int plLearnClassesTotal; 00027 typedef double plLearnFrequence; 00028 typedef double plLearnFrequencesTotal; 00029 00030 #endif