Class LoopConvergenceWrapper<R,V>
- java.lang.Object
-
- org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel<R,V>
-
- org.apache.wayang.ml4all.abstraction.plan.wrappers.LoopConvergenceWrapper<R,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<V,R>,ExtendedFunction,FunctionDescriptor.ExtendedSerializableFunction<V,R>,FunctionDescriptor.SerializableFunction<V,R>
public class LoopConvergenceWrapper<R,V> extends LogicalOperatorWrapperWithModel<R,V>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel
ml4allModel
-
-
Constructor Summary
Constructors Constructor Description LoopConvergenceWrapper(Loop logOp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rapply(V o)voidinitialise()-
Methods inherited from class org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel
finalise, open
-
-
-
-
Constructor Detail
-
LoopConvergenceWrapper
public LoopConvergenceWrapper(Loop logOp)
-
-
Method Detail
-
initialise
public void initialise()
- Specified by:
initialisein classLogicalOperatorWrapperWithModel<R,V>
-
-