mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
390 B
Text
7 lines
390 B
Text
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
|
|
with the training data.
|