Class PMMLPort


  • public final class PMMLPort
    extends AbstractModelPort<PMMLModel>
    Specialization of model ports for handling PMML models. Like model ports, the PMML model is duplicated to parallel downstream nodes when transmitted from a non-parallel node. (This would be a typical "predictor" scenario where a copy of a a model is used to predict in all data partitions). Similarly, when transmitted from parallel to non-parallel a gather is performed and thus a merge handler must be specified.