Ignore:
Timestamp:
12/18/07 16:38:03 (3 years ago)
Author:
gcroes
Message:

Merge avec les corrections du tronc pour sortir la 3.0.2

Location:
branches/Copix_3_0_X/project/modules/public/stable/tools/bayes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Copix_3_0_X/project/modules/public/stable/tools/bayes/classes/bayes.class.php

    r1 r532  
    11<?php 
     2/** 
     3 * @package tools 
     4 * @subpackage bayes 
     5 * @author Patrice Ferlet - <metal3d@copix.org> 
     6 * @copyright CopixTeam 
     7 * @licence GNU/GPL 
     8 */ 
     9 
    210/** 
    311 * CopixBayes Class 
     
    513 * @package tools 
    614 * @subpackage bayes 
    7  * @author Patrice Ferlet - <metal3d@copix.org> 
    8  * @copyright CopixTeam (c) 2007-2008 
    9  * @licence GNU/GPL 
    1015 */ 
    11  
    1216class Bayes { 
    13  
    1417        public $categories = array(); 
    1518        public $numcat=0; 
  • branches/Copix_3_0_X/project/modules/public/stable/tools/bayes/module.xml

    r1 r532  
    22<moduledefinition> 
    33 <general> 
    4   <default name="bayes" description="Réseau Bayesien" longdescription="Réseau Bayesiens" /> 
     4  <default name="bayes" description="Réseau Bayesien" longdescription="Réseau Bayesiens" icon="bayes.png" /> 
    55 </general> 
    66</moduledefinition> 
Note: See TracChangeset for help on using the changeset viewer.