diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 3f42e716135bc048b90cb6cca188f324e65c69dc (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-AI-DecisionTree | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/p5-AI-DecisionTree')
-rw-r--r-- | math/p5-AI-DecisionTree/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-AI-DecisionTree/pkg-descr b/math/p5-AI-DecisionTree/pkg-descr index 015ea3adac04..7d14e8a83070 100644 --- a/math/p5-AI-DecisionTree/pkg-descr +++ b/math/p5-AI-DecisionTree/pkg-descr @@ -1,9 +1,9 @@ -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 +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. -A decision tree like this one can be learned from training data, and -then applied to previously unseen data to obtain results that are consistent +A decision tree like this one can be learned from training data, and +then applied to previously unseen data to obtain results that are consistent with the training data. WWW: http://search.cpan.org/dist/AI-DecisionTree/ |