Package org.aksw.deer.enrichments
Class LinkingEnrichmentOperator
java.lang.Object
org.aksw.faraday_cage.engine.AbstractExecutionNode<T>
org.aksw.faraday_cage.engine.AbstractParameterizedExecutionNode<Model>
org.aksw.deer.enrichments.AbstractParameterizedEnrichmentOperator
org.aksw.deer.enrichments.LinkingEnrichmentOperator
- All Implemented Interfaces:
DeerExecutionNode,EnrichmentOperator,ParameterizedEnrichmentOperator,Learnable,ReverseLearnable,SelfConfigurable,ParameterizedDeerExecutionNode,ExecutionNode<Model>,Parameterized,Plugin,org.pf4j.ExtensionPoint
@Extension
public class LinkingEnrichmentOperator
extends AbstractParameterizedEnrichmentOperator
implements SelfConfigurable, ReverseLearnable
An
EnrichmentOperator to enrich models with links discovered using LIMES.
The LinkingEnrichmentOperator ...
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
ExecutionNode.DegreeBounds -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an uninitializedParameterMapto be filled by theExecutionGraphGenerator.learnParameterMap(List<Model> inputs, Model target, ValidatableParameterMap prototype)doublepredictApplicability(List<Model> inputs, Model target)reverseApply(List<Model> inputs, Model target)static voidMethods inherited from class org.aksw.deer.enrichments.AbstractParameterizedEnrichmentOperator
deepCopy, getTypeMethods inherited from class org.aksw.faraday_cage.engine.AbstractParameterizedExecutionNode
getParameterMap, getValidationModelFor, initParameters, isInitializedMethods inherited from class org.aksw.faraday_cage.engine.AbstractExecutionNode
apply, getId, getInDegree, getOutDegree, initDegrees, initPluginIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
apply, getInDegree, getOutDegree, initDegreesMethods inherited from interface org.aksw.faraday_cage.engine.Parameterized
getParameterMap, initParameters, isInitializedMethods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, initPluginId, isInitialized
-
Field Details
-
LINKING_PREDICATE
-
THRESHOLD
-
SELECT_MODE
-
LINKS_PART
-
SPEC_FILE
-
LINK_SPECIFICATION
-
USE_ML
-
-
Constructor Details
-
LinkingEnrichmentOperator
public LinkingEnrichmentOperator()
-
-
Method Details
-
createParameterMap
Description copied from interface:ParameterizedCreate an uninitializedParameterMapto be filled by theExecutionGraphGenerator.- Specified by:
createParameterMapin interfaceParameterized- Returns:
- uninitialized
ParameterMapcontaining all allowedParameter
-
safeApply
- Specified by:
safeApplyin classAbstractExecutionNode<Model>- Parameters:
models-- Returns:
- model enriched with links generated from LIMES
-
getDegreeBounds
- Specified by:
getDegreeBoundsin interfaceExecutionNode<Model>- Overrides:
getDegreeBoundsin classAbstractParameterizedEnrichmentOperator
-
predictApplicability
- Specified by:
predictApplicabilityin interfaceReverseLearnable
-
reverseApply
- Specified by:
reverseApplyin interfaceReverseLearnable
-
learnParameterMap
public ValidatableParameterMap learnParameterMap(List<Model> inputs, Model target, ValidatableParameterMap prototype)- Specified by:
learnParameterMapin interfaceSelfConfigurable
-
getLearnableDegreeBounds
- Specified by:
getLearnableDegreeBoundsin interfaceLearnable
-
setStaticLearning
-