Uses of Class
org.aksw.limes.core.ml.algorithm.MLImplementationType
-
-
Uses of MLImplementationType in org.aksw.limes.core.controller
Methods in org.aksw.limes.core.controller with parameters of type MLImplementationType 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 MLImplementationType in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures that return MLImplementationType Modifier and Type Method Description MLImplementationTypeTaskAlgorithm. getMlType()Methods in org.aksw.limes.core.datastrutures with parameters of type MLImplementationType Modifier and Type Method Description voidTaskAlgorithm. setMlType(MLImplementationType mlType)Constructors in org.aksw.limes.core.datastrutures with parameters of type MLImplementationType Constructor Description TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter)TaskAlgorithm(MLImplementationType mlType, AMLAlgorithm mlAlgorithm, List<LearningParameter> mlParameter, Map<LearningParameter,List<Object>> mlParameterValues) -
Uses of MLImplementationType in org.aksw.limes.core.io.config
Fields in org.aksw.limes.core.io.config declared as MLImplementationType Modifier and Type Field Description protected MLImplementationTypeConfiguration. mlImplementationTypeMethods in org.aksw.limes.core.io.config that return MLImplementationType Modifier and Type Method Description MLImplementationTypeConfiguration. getMlImplementationType()Methods in org.aksw.limes.core.io.config with parameters of type MLImplementationType Modifier and Type Method Description voidConfiguration. setMlImplementationType(MLImplementationType mlImplementationType)Constructors in org.aksw.limes.core.io.config with parameters of type MLImplementationType 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 MLImplementationType in org.aksw.limes.core.ml.algorithm
Fields in org.aksw.limes.core.ml.algorithm declared as MLImplementationType Modifier and Type Field Description static MLImplementationTypeActiveMLAlgorithm. ML_IMPLEMENTATION_TYPEstatic MLImplementationTypeSupervisedMLAlgorithm. ML_IMPLEMENTATION_TYPEstatic MLImplementationTypeUnsupervisedMLAlgorithm. ML_IMPLEMENTATION_TYPEMethods in org.aksw.limes.core.ml.algorithm that return MLImplementationType Modifier and Type Method Description static MLImplementationTypeMLAlgorithmFactory. getImplementationType(String name)static MLImplementationTypeMLImplementationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MLImplementationType[]MLImplementationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.ml.algorithm with parameters of type MLImplementationType Modifier and Type Method Description static AMLAlgorithmMLAlgorithmFactory. createMLAlgorithm(Class<? extends ACoreMLAlgorithm> clazz, MLImplementationType mlType)protected booleanACIDS. supports(MLImplementationType mlType)protected abstract booleanACoreMLAlgorithm. supports(MLImplementationType mlType)Check whether the mlType is supported.protected booleanEagle. supports(MLImplementationType mlType)protected booleanWombatComplete. supports(MLImplementationType mlType)protected booleanWombatSimple. supports(MLImplementationType mlType) -
Uses of MLImplementationType in org.aksw.limes.core.ml.algorithm.dragon
Methods in org.aksw.limes.core.ml.algorithm.dragon with parameters of type MLImplementationType Modifier and Type Method Description protected booleanDragon. supports(MLImplementationType mlType) -
Uses of MLImplementationType in org.aksw.limes.core.ml.algorithm.euclid
Methods in org.aksw.limes.core.ml.algorithm.euclid with parameters of type MLImplementationType Modifier and Type Method Description protected booleanLinearEuclid. supports(MLImplementationType mlType)
-