aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-AI-DecisionTree
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
commit3f42e716135bc048b90cb6cca188f324e65c69dc (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-AI-DecisionTree
parente127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff)
downloadfreebsd-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-descr8
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/