Package org.aksw.limes.core.controller
Class MLPipeline
- java.lang.Object
-
- org.aksw.limes.core.controller.MLPipeline
-
public class MLPipeline extends Object
Execution pipeline for generating mappings using ML. Provides overloaded convenience methods.- Author:
- Kevin Dreßler
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description MLPipeline()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AMappingexecute(ACache source, ACache target, Configuration configuration, String mlAlgorithmName, MLImplementationType mlImplementationType, List<LearningParameter> learningParameters, String trainingDataFile, EvaluatorType pfmType, int maxIt, ActiveLearningOracle oracle)
-
-
-
Method Detail
-
execute
public static AMapping execute(ACache source, ACache target, Configuration configuration, String mlAlgorithmName, MLImplementationType mlImplementationType, List<LearningParameter> learningParameters, String trainingDataFile, EvaluatorType pfmType, int maxIt, ActiveLearningOracle oracle) throws UnsupportedMLImplementationException
-
-