extracting PMML

hi,
I have just finish a neural network model, and was wondering how do I get its PMML?
thx, dina

Hi dina,
The second out-port contains the generated PMML object which can be written out with the PMML Writer or used in the MLP Predictor node. You can even look at the PMML by selecting the second item from the context menu of the Learner node.
Regards, Thomas

ty Thomas