| Package | Description |
|---|---|
| org.aksw.limes.core.ml.algorithm | |
| org.aksw.limes.core.ml.algorithm.dragon | |
| org.aksw.limes.core.ml.algorithm.euclid |
| Modifier and Type | Method and Description |
|---|---|
MLResults |
ActiveMLAlgorithm.activeLearn() |
protected abstract MLResults |
ACoreMLAlgorithm.activeLearn()
Learning method for supervised active core ML algorithm implementations
Normally, it is used as a first step to initialize the ML model
before going through the active learning process
|
protected MLResults |
ACIDS.activeLearn() |
protected MLResults |
WombatComplete.activeLearn() |
protected MLResults |
WombatSimple.activeLearn() |
protected MLResults |
Eagle.activeLearn() |
MLResults |
ActiveMLAlgorithm.activeLearn(AMapping oracleMapping) |
protected abstract MLResults |
ACoreMLAlgorithm.activeLearn(AMapping oracleMapping)
Learning method for supervised active core ML algorithm implementations.
|
protected MLResults |
ACIDS.activeLearn(AMapping oracleMapping) |
protected MLResults |
WombatComplete.activeLearn(AMapping oracleMapping) |
protected MLResults |
WombatSimple.activeLearn(AMapping oracleMapping) |
protected MLResults |
Eagle.activeLearn(AMapping oracleMapping) |
protected abstract MLResults |
ACoreMLAlgorithm.learn(AMapping trainingData)
Learning method for supervised core ML algorithm implementations, where
the confidence values for each pair in the trainingData determine its
truth degree.
|
MLResults |
SupervisedMLAlgorithm.learn(AMapping trainingData) |
protected MLResults |
ACIDS.learn(AMapping trainingData) |
protected MLResults |
WombatComplete.learn(AMapping trainingData) |
protected MLResults |
WombatSimple.learn(AMapping trainingData) |
protected MLResults |
Eagle.learn(AMapping trainingData) |
protected abstract MLResults |
ACoreMLAlgorithm.learn(PseudoFMeasure pfm)
Learning method for unsupervised core ML algorithm implementations.
|
MLResults |
UnsupervisedMLAlgorithm.learn(PseudoFMeasure pfm) |
protected MLResults |
ACIDS.learn(PseudoFMeasure pfm) |
protected MLResults |
WombatComplete.learn(PseudoFMeasure pfm) |
protected MLResults |
WombatSimple.learn(PseudoFMeasure pfm) |
protected MLResults |
Eagle.learn(PseudoFMeasure pfm) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AMapping |
ACoreMLAlgorithm.predict(ACache source,
ACache target,
MLResults mlModel)
Predict/generate links from source to target based on mlModel.
|
AMapping |
AMLAlgorithm.predict(ACache source,
ACache target,
MLResults mlModel)
Predict new links.
|
protected AMapping |
ACIDS.predict(ACache source,
ACache target,
MLResults mlModel) |
protected AMapping |
WombatComplete.predict(ACache source,
ACache target,
MLResults mlModel) |
protected AMapping |
WombatSimple.predict(ACache source,
ACache target,
MLResults mlModel) |
protected AMapping |
Eagle.predict(ACache source,
ACache target,
MLResults mlModel) |
| Modifier and Type | Method and Description |
|---|---|
protected MLResults |
Dragon.activeLearn()
generates an initial training set and calls
Dragon.activeLearn(AMapping) |
protected MLResults |
Dragon.activeLearn(AMapping oracleMapping)
Creates a training set out of the oracleMapping and uses
J48 to
build a decision tree The decision tree gets parsed to a
LinkSpecification by TreeParser |
MLResults |
Dragon.getMlresult() |
protected MLResults |
Dragon.learn(AMapping trainingData) |
protected MLResults |
Dragon.learn(PseudoFMeasure pfm) |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
Dragon.predict(ACache source,
ACache target,
MLResults mlModel) |
| Modifier and Type | Method and Description |
|---|---|
protected MLResults |
LinearEuclid.activeLearn() |
protected MLResults |
LinearEuclid.activeLearn(AMapping oracleMapping) |
protected MLResults |
LinearEuclid.learn()
Common learning method for both supervised and unsupervised Euclids.
|
protected MLResults |
LinearEuclid.learn(AMapping trainingData) |
protected MLResults |
BooleanEuclid.learn(PseudoFMeasure pfm) |
protected MLResults |
LinearEuclid.learn(PseudoFMeasure pfm) |
protected MLResults |
MeshEuclid.learn(PseudoFMeasure pfm) |
| Modifier and Type | Method and Description |
|---|---|
protected AMapping |
BooleanEuclid.predict(ACache source,
ACache target,
MLResults mlModel) |
protected AMapping |
LinearEuclid.predict(ACache source,
ACache target,
MLResults mlModel) |
protected AMapping |
MeshEuclid.predict(ACache source,
ACache target,
MLResults mlModel) |
Copyright © 2018. All rights reserved.