Class ExtendedClassifier
- java.lang.Object
-
- org.aksw.limes.core.ml.algorithm.classifier.SimpleClassifier
-
- org.aksw.limes.core.ml.algorithm.classifier.ExtendedClassifier
-
- All Implemented Interfaces:
Comparable<SimpleClassifier>
public class ExtendedClassifier extends SimpleClassifier
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de)
-
-
Field Summary
Fields Modifier and Type Field Description protected AMappingmapping-
Fields inherited from class org.aksw.limes.core.ml.algorithm.classifier.SimpleClassifier
fMeasure, measure, sourceProperty, targetProperty, threshold, weight
-
-
Constructor Summary
Constructors Constructor Description ExtendedClassifier(String measure, double threshold)ExtendedClassifier(String measure, double threshold, String sourceProperty, String targetProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMappinggetMapping()voidsetMapping(AMapping mapping)-
Methods inherited from class org.aksw.limes.core.ml.algorithm.classifier.SimpleClassifier
clone, compareTo, getfMeasure, getMeasure, getMetricExpression, getSourceProperty, getTargetProperty, getThreshold, getWeight, setfMeasure, setMeasure, setSourceProperty, setTargetProperty, setThreshold, setWeight, toLinkSpecString, toString
-
-
-
-
Field Detail
-
mapping
protected AMapping mapping
-
-