Uses of Class
org.aksw.limes.core.ml.algorithm.eagle.core.LinkSpecGeneticLearnerConfig
-
Packages that use LinkSpecGeneticLearnerConfig Package Description org.aksw.limes.core.ml.algorithm.eagle.core org.aksw.limes.core.ml.algorithm.eagle.genes -
-
Uses of LinkSpecGeneticLearnerConfig in org.aksw.limes.core.ml.algorithm.eagle.core
Fields in org.aksw.limes.core.ml.algorithm.eagle.core declared as LinkSpecGeneticLearnerConfig Modifier and Type Field Description protected LinkSpecGeneticLearnerConfigExpressionFitnessFunction. m_configMethods in org.aksw.limes.core.ml.algorithm.eagle.core with parameters of type LinkSpecGeneticLearnerConfig Modifier and Type Method Description static ExpressionFitnessFunctionExpressionFitnessFunction. getInstance(LinkSpecGeneticLearnerConfig a_config, IQualitativeMeasure measure, AMapping reference)static PseudoFMeasureFitnessFunctionPseudoFMeasureFitnessFunction. getInstance(LinkSpecGeneticLearnerConfig a_config, PseudoFMeasure pfm, ACache c1, ACache c2)Singleton patternConstructors in org.aksw.limes.core.ml.algorithm.eagle.core with parameters of type LinkSpecGeneticLearnerConfig Constructor Description ExpressionFitnessFunction(LinkSpecGeneticLearnerConfig a_config)Needed for subclasses. -
Uses of LinkSpecGeneticLearnerConfig in org.aksw.limes.core.ml.algorithm.eagle.genes
Constructors in org.aksw.limes.core.ml.algorithm.eagle.genes with parameters of type LinkSpecGeneticLearnerConfig Constructor Description DatePropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, boolean a_mutateable, int propPairIndex)DatePropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, int propPairIndex)NumberPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, boolean a_mutateable, int propPairIndex)NumberPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, int propPairIndex)PointSetPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, boolean a_mutateable, int propPairIndex)PointSetPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, int propPairIndex)StringPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, boolean a_mutateable, int propPairIndex)StringPropertyPair(LinkSpecGeneticLearnerConfig a_conf, Class<?> a_returnType, int a_subReturnType, int propPairIndex)
-