Package org.aksw.deer.enrichments
Class MergeEnrichmentOperator
java.lang.Object
org.aksw.faraday_cage.engine.AbstractExecutionNode<Model>
org.aksw.deer.enrichments.AbstractEnrichmentOperator
org.aksw.deer.enrichments.MergeEnrichmentOperator
- All Implemented Interfaces:
DeerExecutionNode,EnrichmentOperator,Learnable,ReverseLearnable,ExecutionNode<Model>,Plugin,org.pf4j.ExtensionPoint
@Extension
public class MergeEnrichmentOperator
extends AbstractEnrichmentOperator
implements ReverseLearnable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
ExecutionNode.DegreeBounds -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublepredictApplicability(List<Model> inputs, Model target)reverseApply(List<Model> inputs, Model target)Methods inherited from class org.aksw.deer.enrichments.AbstractEnrichmentOperator
deepCopy, getTypeMethods inherited from class org.aksw.faraday_cage.engine.AbstractExecutionNode
apply, getId, getInDegree, getOutDegree, initDegrees, initPluginId, isInitializedMethods 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.Plugin
getId, initPluginId, isInitialized
-
Constructor Details
-
MergeEnrichmentOperator
public MergeEnrichmentOperator()
-
-
Method Details
-
safeApply
- Specified by:
safeApplyin classAbstractExecutionNode<Model>
-
getDegreeBounds
- Specified by:
getDegreeBoundsin interfaceExecutionNode<Model>- Overrides:
getDegreeBoundsin classAbstractEnrichmentOperator
-
predictApplicability
- Specified by:
predictApplicabilityin interfaceReverseLearnable
-
reverseApply
- Specified by:
reverseApplyin interfaceReverseLearnable
-
getLearnableDegreeBounds
- Specified by:
getLearnableDegreeBoundsin interfaceLearnable
-