Uses of Class
org.aksw.limes.core.ml.algorithm.ACoreMLAlgorithm
-
Packages that use ACoreMLAlgorithm 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 -
-
Uses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm
Subclasses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm Modifier and Type Class Description classACIDSclassEagleclassWombatCompleteThe complete Wombat algorithm (slow implementation)classWombatSimpleSimple implementation of the Wombat algorithm Fast implementation, that is not completeMethods in org.aksw.limes.core.ml.algorithm that return ACoreMLAlgorithm Modifier and Type Method Description ACoreMLAlgorithmAMLAlgorithm. getMl()Methods in org.aksw.limes.core.ml.algorithm that return types with arguments of type ACoreMLAlgorithm Modifier and Type Method Description static Class<? extends ACoreMLAlgorithm>MLAlgorithmFactory. getAlgorithmType(String name)Methods in org.aksw.limes.core.ml.algorithm with parameters of type ACoreMLAlgorithm Modifier and Type Method Description voidAMLAlgorithm. setMl(ACoreMLAlgorithm ml)Method parameters in org.aksw.limes.core.ml.algorithm with type arguments of type ACoreMLAlgorithm Modifier and Type Method Description static AMLAlgorithmMLAlgorithmFactory. createMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz, MLImplementationType mlType)Constructor parameters in org.aksw.limes.core.ml.algorithm with type arguments of type ACoreMLAlgorithm Constructor Description ActiveMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz)SupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz)UnsupervisedMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz) -
Uses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm.dragon
Subclasses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm.dragon Modifier and Type Class Description classDragonThis class uses decision trees and an active learning approach to learn link specifications -
Uses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm.euclid
Subclasses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm.euclid Modifier and Type Class Description classBooleanEuclidClass wraps around EUCLIDs boolean classifier to abide LIMES ml interfaceclassLinearEuclidClass wraps around EUCLIDs linear classifier to abide LIMES ml interfaceclassMeshEuclidClass wraps around EUCLIDs meshbased classifiers to abide LIMES ml interface -
Uses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm.wombat
Subclasses of ACoreMLAlgorithm in org.aksw.limes.core.ml.algorithm.wombat Modifier and Type Class Description classAWombatThis class uses Least General Generalization (LGG) to learn Link Specifications (LS)
-