Uses of Interface
org.aksw.deer.enrichments.EnrichmentOperator
Packages that use EnrichmentOperator
-
Uses of EnrichmentOperator in org.aksw.deer.enrichments
Subinterfaces of EnrichmentOperator in org.aksw.deer.enrichmentsClasses in org.aksw.deer.enrichments that implement EnrichmentOperatorModifier and TypeClassDescriptionclassclassclassclassAn EnrichmentOperator for dereferencing.classclassAnEnrichmentOperatorto enrich models with distancesclassBasic implementation of a fusion operator for geospatial properties.classAnEnrichmentOperatorto enrich models with links discovered using LIMES.classclassclassclass -
Uses of EnrichmentOperator in org.aksw.deer.learning.genetic
Methods in org.aksw.deer.learning.genetic that return EnrichmentOperatorModifier and TypeMethodDescriptionstatic EnrichmentOperatorRandomOperatorFactory.getForArity(int arity)static EnrichmentOperatorRandomOperatorFactory.getForMaxArity(int arity)static EnrichmentOperatorRandomOperatorFactory.reproduce(EnrichmentOperator op)Methods in org.aksw.deer.learning.genetic that return types with arguments of type EnrichmentOperatorMethods in org.aksw.deer.learning.genetic with parameters of type EnrichmentOperatorModifier and TypeMethodDescriptionstatic EnrichmentOperatorRandomOperatorFactory.reproduce(EnrichmentOperator op)Method parameters in org.aksw.deer.learning.genetic with type arguments of type EnrichmentOperatorModifier and TypeMethodDescriptionstatic voidRandomOperatorFactory.setFactory(PluginFactory<EnrichmentOperator> factory)