This sample is derived from the developerWorks article Make informed automated decisions with business rules and Predictive Model Markup Language.
It shows a simple auto insurance pricing process using a simple tiering rule to create a base price and uses a predictive model, which estimates the claim cost for the driver, to adjust the base price.
The predictive model is a simple Neural Network that is defined using PMML, and integrated in the ODM project XOM via the JPMML library.
A quick intro to the sample is provided in this deck.
Please send comments & questions to Pierre Berlandier.