Uses of Class
org.aksw.limes.core.ml.algorithm.LearningParameter
-
-
Uses of LearningParameter in org.aksw.limes.core.controller
Method parameters in org.aksw.limes.core.controller with type arguments of type LearningParameter Modifier and Type Method Description static AMappingMLPipeline. execute(ACache source, ACache target, Configuration configuration, String mlAlgorithmName, MLImplementationType mlImplementationType, List<LearningParameter> learningParameters, String trainingDataFile, EvaluatorType pfmType, int maxIt, ActiveLearningOracle oracle) -
Uses of LearningParameter in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures that return types with arguments of type LearningParameter Modifier and Type Method Description List<LearningParameter>TaskAlgorithm. getMlParameter()Map<LearningParameter,List<Object>>TaskAlgorithm. getMlParameterValues()Method parameters in org.aksw.limes.core.datastrutures with type arguments of type LearningParameter Modifier and Type Method Description voidTaskAlgorithm. setMlParameter(List<LearningParameter> mlParameter)voidTaskAlgorithm. setMlParameterValues(Map<LearningParameter,List<Object>> mlParameterValues)Constructor parameters in org.aksw.limes.core.datastrutures with type arguments of type LearningParameter Constructor Description TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter)TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter, Map<LearningParameter,List<Object>> mlParameterValues)TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter, Map<LearningParameter,List<Object>> mlParameterValues) -
Uses of LearningParameter in org.aksw.limes.core.evaluation.evaluator
Methods in org.aksw.limes.core.evaluation.evaluator that return types with arguments of type LearningParameter Modifier and Type Method Description Set<List<LearningParameter>>Evaluator. createParameterGrid(Map<LearningParameter,List<Object>> parameters)Method parameters in org.aksw.limes.core.evaluation.evaluator with type arguments of type LearningParameter Modifier and Type Method Description Set<List<LearningParameter>>Evaluator. createParameterGrid(Map<LearningParameter,List<Object>> parameters) -
Uses of LearningParameter in org.aksw.limes.core.io.config
Fields in org.aksw.limes.core.io.config with type parameters of type LearningParameter Modifier and Type Field Description protected List<LearningParameter>Configuration. mlAlgorithmParametersMethods in org.aksw.limes.core.io.config that return types with arguments of type LearningParameter Modifier and Type Method Description List<LearningParameter>Configuration. getMlAlgorithmParameters()Method parameters in org.aksw.limes.core.io.config with type arguments of type LearningParameter Modifier and Type Method Description voidConfiguration. setMlAlgorithmParameters(List<LearningParameter> mlParameters)Constructor parameters in org.aksw.limes.core.io.config with type arguments of type LearningParameter Constructor Description Configuration(KBInfo sourceInfo, KBInfo targetInfo, String metricExpression, String acceptanceRelation, String verificationRelation, double acceptanceThreshold, String acceptanceFile, double verificationThreshold, String verificationFile, Map<String,String> prefixes, String outputFormat, String executionRewriter, String executionPlanner, String executionEngine, int granularity, String mlAlgorithmName, List<LearningParameter> mlParameters, MLImplementationType mlImplementationType, String mlTrainingDataFile, EvaluatorType mlPseudoFMeasure, long maxOpt, double k) -
Uses of LearningParameter in org.aksw.limes.core.ml.algorithm
Fields in org.aksw.limes.core.ml.algorithm with type parameters of type LearningParameter Modifier and Type Field Description protected List<LearningParameter>ACoreMLAlgorithm. learningParametersMethods in org.aksw.limes.core.ml.algorithm that return types with arguments of type LearningParameter Modifier and Type Method Description protected List<LearningParameter>ACoreMLAlgorithm. getParameters()List<LearningParameter>AMLAlgorithm. getParameters()Method parameters in org.aksw.limes.core.ml.algorithm with type arguments of type LearningParameter Modifier and Type Method Description protected voidACIDS. init(List<LearningParameter> lp, ACache source, ACache target)protected voidACoreMLAlgorithm. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)Initialize the core ML algorithm.voidAMLAlgorithm. init(List<LearningParameter> lp, ACache source, ACache target)Initialize the ML Algorithm.protected voidEagle. init(List<LearningParameter> lp, ACache source, ACache target)protected voidWombatComplete. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache)protected voidWombatSimple. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache) -
Uses of LearningParameter in org.aksw.limes.core.ml.algorithm.dragon
Method parameters in org.aksw.limes.core.ml.algorithm.dragon with type arguments of type LearningParameter Modifier and Type Method Description voidDragon. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache) -
Uses of LearningParameter in org.aksw.limes.core.ml.algorithm.euclid
Method parameters in org.aksw.limes.core.ml.algorithm.euclid with type arguments of type LearningParameter Modifier and Type Method Description protected voidBooleanEuclid. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)protected voidLinearEuclid. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache)protected voidMeshEuclid. init(List<LearningParameter> learningParameters, ACache sourceCache, ACache targetCache) -
Uses of LearningParameter in org.aksw.limes.core.ml.algorithm.wombat
Method parameters in org.aksw.limes.core.ml.algorithm.wombat with type arguments of type LearningParameter Modifier and Type Method Description protected voidAWombat. init(List<LearningParameter> lp, ACache sourceCache, ACache targetCache)
-