public class MLPipeline extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
MLPipeline() |
| Modifier and Type | Method and Description |
|---|---|
static AMapping |
execute(ACache source,
ACache target,
Configuration configuration,
String mlAlgorithmName,
MLImplementationType mlImplementationType,
List<LearningParameter> learningParameters,
String trainingDataFile,
EvaluatorType pfmType,
int maxIt,
ActiveLearningOracle oracle) |
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
Copyright © 2020. All rights reserved.