| Interface | Description |
|---|---|
| AccMethod |
Interface for any accuracy method
|
| AccMethodApproximate |
Implementation of approximate accuracy calculation.
|
| AccMethodNoWeakness |
Accuracy Method should implement this interface if it cannot filter weak solutions and thus does not return -1.
|
| AccMethodThreeValued |
Implementations of generalised measures according to method in A Note on the Evaluation of Inductive Concept Classification Procedures
|
| AccMethodThreeValuedApproximate |
Approximation support for @AccMethodThreeValued
|
| AccMethodTwoValued |
Accuracy calculation with true/false positive/negative
|
| AccMethodTwoValuedApproximate |
Approximation support for @AccMethodTwoValued
|
| AccMethodWithBeta |
Accuracy Method with beta factor;
the beta factor is used to indicate the coverage on class learning problems.
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann