| Package | Description |
|---|---|
| org.aksw.limes.core.ml.algorithm | |
| org.aksw.limes.core.ml.algorithm.classifier | |
| org.aksw.limes.core.ml.algorithm.euclid |
| Modifier and Type | Field and Description |
|---|---|
protected List<SimpleClassifier> |
MLResults.classifiers |
| Modifier and Type | Method and Description |
|---|---|
List<SimpleClassifier> |
MLResults.getClassifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MLResults.setClassifiers(List<SimpleClassifier> classifiers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedClassifier |
| Modifier and Type | Field and Description |
|---|---|
protected List<SimpleClassifier> |
ComplexClassifier.classifiers |
| Modifier and Type | Method and Description |
|---|---|
SimpleClassifier |
SimpleClassifier.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<SimpleClassifier> |
ComplexClassifier.getClassifiers() |
| Modifier and Type | Method and Description |
|---|---|
int |
SimpleClassifier.compareTo(SimpleClassifier o) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexClassifier.setClassifiers(List<SimpleClassifier> classifiers) |
| Constructor and Description |
|---|
ComplexClassifier(List<SimpleClassifier> classifiers,
double fMeasure) |
| Modifier and Type | Method and Description |
|---|---|
List<SimpleClassifier> |
LinearSelfConfigurator.getAllInitialClassifiers()
Computes all initial classifiers that compare properties whose coverage
is beyong the coverage threshold
|
List<SimpleClassifier> |
LinearSelfConfigurator.getBestInitialClassifiers()
Computes the best initial mapping for each source property
|
List<SimpleClassifier> |
LinearSelfConfigurator.getBestInitialClassifiers(Set<String> measureList)
Computes the best initial mapping for each source property
|
List<SimpleClassifier> |
LinearSelfConfigurator.getInitialOverallClassifiers(List<SimpleClassifier> classifiers)
Updates the weights of the classifiers such that they map the initial
conditions for a classifier
|
List<SimpleClassifier> |
BooleanSelfConfigurator.learnClassifer(List<SimpleClassifier> classifiers) |
List<SimpleClassifier> |
LinearSelfConfigurator.learnClassifer(List<SimpleClassifier> classifiers) |
List<SimpleClassifier> |
LinearSelfConfigurator.normalizeClassifiers(List<SimpleClassifier> classifiers) |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
LinearSelfConfigurator.executeClassifier(SimpleClassifier c,
double threshold)
Runs a classifier and get the mappings for it
|
Map<Double,AMapping> |
MeshBasedSelfConfigurator.getMappings(double min,
double max,
int n,
SimpleClassifier cp)
Computes the mappings for a classifier across a dimension of the mesh
|
| Modifier and Type | Method and Description |
|---|---|
double |
LinearSelfConfigurator.computeNext(List<SimpleClassifier> classifiers,
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) |
List<SimpleClassifier> |
LinearSelfConfigurator.getInitialOverallClassifiers(List<SimpleClassifier> classifiers)
Updates the weights of the classifiers such that they map the initial
conditions for a classifier
|
LinkSpecification |
LinearSelfConfigurator.getLinkSpecification(List<SimpleClassifier> list)
TODO FIXME this is only a basic implementation
|
AMapping |
BooleanSelfConfigurator.getMapping(List<SimpleClassifier> classifiers)
Runs classifiers and retrieves the correspoding mappings
|
AMapping |
LinearSelfConfigurator.getMapping(List<SimpleClassifier> classifiers)
Runs classifiers and retrieves the corresponding mappings
|
AMapping |
LinearSelfConfigurator.getOverallMapping(Map<SimpleClassifier,AMapping> mappings,
double threshold)
Computes the weighted linear combination of the similarity computed by
the single classifiers
|
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
|
List<SimpleClassifier> |
BooleanSelfConfigurator.learnClassifer(List<SimpleClassifier> classifiers) |
List<SimpleClassifier> |
LinearSelfConfigurator.learnClassifer(List<SimpleClassifier> classifiers) |
List<SimpleClassifier> |
LinearSelfConfigurator.normalizeClassifiers(List<SimpleClassifier> classifiers) |
Copyright © 2018. All rights reserved.