public interface AccMethodTwoValued extends AccMethod
| Modifier and Type | Method and Description |
|---|---|
double |
getAccOrTooWeak2(int tp,
int fn,
int fp,
int tn,
double noise)
Compute accuracy according to this method
|
double getAccOrTooWeak2(int tp, int fn, int fp, int tn, double noise)
tp - True Positives (positive as positive)fn - False Negative (positive as negative)fp - False Positive (negative as positive)tn - True Negative (negative as negative)noise - Noise
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann