Modules
A pure-Perl implementation for constructing a decision tree from multidimensional training data and for using the decision tree thus induced for classifying data.
Provides
in lib/Algorithm/DecisionTree.pm
Examples
- examples/README
- examples/classify_from_disk_stored_dt.pl
- examples/classify_test_data_in_a_file.pl
- examples/construct_dt_and_classify_one_sample.pl
- examples/generate_test_data.pl
- examples/generate_training_data.pl
- examples/out.txt
- examples/param.txt
- examples/param2.txt
- examples/param3.txt
- examples/store_dt_on_disk.pl
- examples/test_data_class_labels.dat
- examples/testdata.dat
- examples/testdata2.dat
- examples/training.dat