- Timestamp:
- 12/18/07 16:38:03 (3 years ago)
- Location:
- branches/Copix_3_0_X/project/modules/public/stable/tools/bayes
- Files:
-
- 2 edited
-
classes/bayes.class.php (modified) (2 diffs)
-
module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Copix_3_0_X/project/modules/public/stable/tools/bayes/classes/bayes.class.php
r1 r532 1 1 <?php 2 /** 3 * @package tools 4 * @subpackage bayes 5 * @author Patrice Ferlet - <metal3d@copix.org> 6 * @copyright CopixTeam 7 * @licence GNU/GPL 8 */ 9 2 10 /** 3 11 * CopixBayes Class … … 5 13 * @package tools 6 14 * @subpackage bayes 7 * @author Patrice Ferlet - <metal3d@copix.org>8 * @copyright CopixTeam (c) 2007-20089 * @licence GNU/GPL10 15 */ 11 12 16 class Bayes { 13 14 17 public $categories = array(); 15 18 public $numcat=0; -
branches/Copix_3_0_X/project/modules/public/stable/tools/bayes/module.xml
r1 r532 2 2 <moduledefinition> 3 3 <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" /> 5 5 </general> 6 6 </moduledefinition>
Note: See TracChangeset
for help on using the changeset viewer.
