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,DeerPlugin,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
-
-
Field Summary
-
Fields inherited from class org.aksw.deer.enrichments.AbstractEnrichmentOperator
description, documentationURL
-
-
Constructor Summary
Constructors Constructor Description MergeEnrichmentOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionNode.DegreeBoundsgetDegreeBounds()java.lang.StringgetDescription()ExecutionNode.DegreeBoundsgetLearnableDegreeBounds()doublepredictApplicability(java.util.List<Model> inputs, Model target)java.util.List<Model>reverseApply(java.util.List<Model> inputs, Model target)protected java.util.List<Model>safeApply(java.util.List<Model> models)-
Methods inherited from class org.aksw.deer.enrichments.AbstractEnrichmentOperator
deepCopy, getDocumentationURL, getType
-
Methods inherited from class org.aksw.faraday_cage.engine.AbstractExecutionNode
apply, getId, getInDegree, getOutDegree, initDegrees, initPluginId, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.aksw.faraday_cage.engine.ExecutionNode
apply, getInDegree, getOutDegree, initDegrees
-
Methods inherited from interface org.aksw.faraday_cage.engine.Plugin
getId, initPluginId, isInitialized
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceDeerPlugin- Overrides:
getDescriptionin classAbstractEnrichmentOperator
-
safeApply
protected java.util.List<Model> safeApply(java.util.List<Model> models)
- Specified by:
safeApplyin classAbstractExecutionNode<Model>
-
getDegreeBounds
public ExecutionNode.DegreeBounds getDegreeBounds()
- Specified by:
getDegreeBoundsin interfaceExecutionNode<Model>- Overrides:
getDegreeBoundsin classAbstractEnrichmentOperator
-
predictApplicability
public double predictApplicability(java.util.List<Model> inputs, Model target)
- Specified by:
predictApplicabilityin interfaceReverseLearnable
-
reverseApply
public java.util.List<Model> reverseApply(java.util.List<Model> inputs, Model target)
- Specified by:
reverseApplyin interfaceReverseLearnable
-
getLearnableDegreeBounds
public ExecutionNode.DegreeBounds getLearnableDegreeBounds()
- Specified by:
getLearnableDegreeBoundsin interfaceLearnable
-
-