Source: libai-decisiontree-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Laurent Baillet Build-Depends: debhelper (>= 10), libgraphviz-perl, perl Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libai-decisiontree-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libai-decisiontree-perl.git Homepage: https://metacpan.org/release/AI-DecisionTree Testsuite: autopkgtest-pkg-perl Package: libai-decisiontree-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libgraphviz-perl Description: module to create decision trees from training data The AI::DecisionTree module automatically creates so-called "decision trees" to explain a set of training data. A decision tree is a kind of categorizer that use a flowchart-like process for categorizing new instances. This implementation uses the gain obtained at each node in order to figure out what are the most useful information in order to take decisions.