| Package | Description |
|---|---|
| org.aksw.limes.core.ml.algorithm.classifier | |
| org.aksw.limes.core.ml.algorithm.euclid |
| Modifier and Type | Method and Description |
|---|---|
ComplexClassifier |
ComplexClassifier.clone() |
| Modifier and Type | Method and Description |
|---|---|
ComplexClassifier |
BooleanSelfConfigurator.computeNext(ComplexClassifier classifier,
int index)
Aims to improve upon a particular classifier by checking whether adding a delta
to its similarity worsens the total classifer
|
ComplexClassifier |
MeshBasedSelfConfigurator.getHillTop(int n,
List<SimpleClassifier> sc) |
ComplexClassifier |
MeshBasedSelfConfigurator.getHillTop(List<Double> min,
List<Double> max,
int n,
List<SimpleClassifier> sc) |
ComplexClassifier |
MeshBasedSelfConfigurator.getZoomedHillTop(int gridPoints,
int iterations,
List<SimpleClassifier> sc)
Generates the grids iteratively to find the best possible solution
|
ComplexClassifier |
MeshBasedSelfConfigurator.getZoomedHillTop(int gridPoints,
long duration,
List<SimpleClassifier> sc)
Alternative: Generates the grids iteratively to find the best possible solution, within a given maxmimal duration in seconds
|
| Modifier and Type | Method and Description |
|---|---|
ComplexClassifier |
BooleanSelfConfigurator.computeNext(ComplexClassifier classifier,
int index)
Aims to improve upon a particular classifier by checking whether adding a delta
to its similarity worsens the total classifer
|
Copyright © 2020. All rights reserved.