| Package | Description |
|---|---|
| org.aksw.limes.core.ml.algorithm | |
| org.aksw.limes.core.ml.algorithm.dragon | |
| org.aksw.limes.core.ml.algorithm.euclid | |
| org.aksw.limes.core.ml.algorithm.wombat |
| Modifier and Type | Class and Description |
|---|---|
class |
ACIDS |
class |
Eagle |
class |
WombatComplete
The complete Wombat algorithm (slow implementation)
|
class |
WombatSimple
Simple implementation of the Wombat algorithm
Fast implementation, that is not complete
|
| Modifier and Type | Method and Description |
|---|---|
ACoreMLAlgorithm |
AMLAlgorithm.getMl() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ACoreMLAlgorithm> |
MLAlgorithmFactory.getAlgorithmType(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
AMLAlgorithm.setMl(ACoreMLAlgorithm ml) |
| Modifier and Type | Method and Description |
|---|---|
static AMLAlgorithm |
MLAlgorithmFactory.createMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz,
MLImplementationType mlType) |
| Constructor and Description |
|---|
ActiveMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz) |
SupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz) |
UnsupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
Dragon
This class uses decision trees and an active learning approach to learn link
specifications
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanEuclid
Class wraps around EUCLIDs boolean classifier to abide LIMES ml interface
|
class |
LinearEuclid
Class wraps around EUCLIDs linear classifier to abide LIMES ml interface
|
class |
MeshEuclid
Class wraps around EUCLIDs meshbased classifiers to abide LIMES ml interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
AWombat
This class uses Least General Generalization (LGG) to learn Link Specifications (LS)
|
Copyright © 2018. All rights reserved.