fb16dfecae
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)
9 lines
536 B
Text
9 lines
536 B
Text
Baycomp is a library for Bayesian comparison of classifiers.
|
|
|
|
Functions compare two classifiers on one or on multiple data sets. They compute
|
|
three probabilities: the probability that the first classifier has higher scores
|
|
than the second, the probability that differences are within the region of
|
|
practical equivalence (rope), or that the second classifier has higher scores.
|
|
We will refer to this probabilities as p_left, p_rope and p_right. If the
|
|
argument rope is omitted (or set to zero), functions return only p_left and
|
|
p_right.
|