| Modifier and Type | Field and Description |
|---|---|
protected List<ExtendedClassifier> |
WombatComplete.classifiers |
protected List<ExtendedClassifier> |
WombatSimple.classifiers |
| Modifier and Type | Method and Description |
|---|---|
double |
WombatComplete.computeMaxRecall(List<ExtendedClassifier> classifiers) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedClassifier |
DecisionTree.getClassifier() |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
DecisionTree.getMeasureMapping(String measureExpression,
ExtendedClassifier cp) |
void |
DecisionTree.setClassifier(ExtendedClassifier classifier) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedClassifier |
GiniIndex.getBestClassifier(DecisionTree currentNode) |
ExtendedClassifier |
GlobalFMeasure.getBestClassifier(DecisionTree currentNode) |
abstract ExtendedClassifier |
FitnessFunctionDTL.getBestClassifier(DecisionTree currentNode) |
| Modifier and Type | Method and Description |
|---|---|
protected ExtendedClassifier |
AWombat.findInitialClassifier(String sourceProperty,
String targetProperty,
String measure)
Computes the atomic classifiers by finding the highest possible F-measure
achievable on a given property pair
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ExtendedClassifier> |
AWombat.findInitialClassifiers() |
Copyright © 2018. All rights reserved.