Class MergeModel<T>

Type Parameters:
T - the type of the model
All Implemented Interfaces:
LogicalOperator

public final class MergeModel<T> extends DeferredCompositeOperator
This operator is uses to force a merge of a partitioned model into a single model. This is to be used as a building block of model learner operators that build a model in-parallel and need to perform a final reduction.

NOTE: this operator is non-parallel