public interface AccMethodThreeValued extends AccMethod
Modifier and Type | Method and Description |
---|---|
double |
getAccOrTooWeak3(int pos1,
int neg1,
int icPos,
int icNeg,
int posEx,
int negatedPosEx,
double noise)
Calculate generalised measures according to method in A Note on the Evaluation of Inductive Concept Classification Procedures
|
double getAccOrTooWeak3(int pos1, int neg1, int icPos, int icNeg, int posEx, int negatedPosEx, double noise)
pos1
- nr of instances matching the concept and in I_Cneg1
- nr of instances matching the negated concept and in D_CicPos
- nr of total instances matching the concepticNeg
- nr of total instances matching the negated conceptposEx
- nr of instances in the target conceptnegatedPosEx
- nr of instances in the negated target conceptnoise
- noise parameter DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann