IBM InfoSphere Streams Version 4.1.0

Monitor output port for GAMLearner and GAMScorer operators

SPL standard and specialized toolkits > com.ibm.streams.timeseries 3.1.0 > Monitor output port for GAMLearner and GAMScorer operators

The monitor port is an optional output port where the operator writes the Predictive Markup Modeling Language (PMML) file, which represents the operator model. You can use these PMML files for troubleshooting issues or as a reference for future use.

The monitor output port supports the following custom function: getModel().

The function returns the operator model in PMML format. When the Monitor signal is sent to the control port and the model ID is specified, the corresponding model is submitted to the monitor port as a PMML file. Otherwise, all the models are written to the monitor port.