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,org.aksw.faraday_cage.engine.ExecutionNode<Model>,org.aksw.faraday_cage.engine.Plugin,org.pf4j.ExtensionPoint
@Extension public class MergeEnrichmentOperator extends AbstractEnrichmentOperator implements ReverseLearnable
-
-
Constructor Summary
Constructors Constructor Description MergeEnrichmentOperator()
-
Method Summary
Modifier and Type Method Description org.aksw.faraday_cage.engine.ExecutionNode.DegreeBoundsgetDegreeBounds()org.aksw.faraday_cage.engine.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, 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
-
-
-
-
Method Detail
-
safeApply
protected java.util.List<Model> safeApply(java.util.List<Model> models)
- Specified by:
safeApplyin classorg.aksw.faraday_cage.engine.AbstractExecutionNode<Model>
-
getDegreeBounds
public org.aksw.faraday_cage.engine.ExecutionNode.DegreeBounds getDegreeBounds()
- Specified by:
getDegreeBoundsin interfaceorg.aksw.faraday_cage.engine.ExecutionNode<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 org.aksw.faraday_cage.engine.ExecutionNode.DegreeBounds getLearnableDegreeBounds()
- Specified by:
getLearnableDegreeBoundsin interfaceLearnable
-
-