ANNOUNCE: AI::DecisionTree 0.02 -> CPAN
[email protected] (Ken Williams) Sun, 11 Aug 2002 20:38:00 +1000
| Newsgroups | perl.ai |
|---|---|
| Message-ID | <[email protected]> |
Hi,
The uploaded file
AI-DecisionTree-0.02.tar.gz
has entered CPAN as
file: $CPAN/authors/id/K/KW/KWILLIAMS/AI-DecisionTree-0.02.tar.gz
size: 17903 bytes
md5: a7bea9d12c5549242add708555de8327
--------------------------------------------------------------
Changes since 0.01:
- Added support for noisy data, currently by picking the best (most
common) result when noise is encountered. See the 'noise_mode'
parameter to new().
- Added the rule_tree() method, which returns a data structure
representing the tree. [James Smith]
- Significantly sped up the train() method, especially for large data
sets.
- The get_result() method is no longer implemented recursively, which
simplifies it and speeds it up.
- Reformatted the documentation and added a TO DO section.
- Documented the nodes() method.
--------------------------------------------------------------
-Ken