From 7531feeea42cef60e513dfd311457567ec6035bc Mon Sep 17 00:00:00 2001 From: ARDOINT Date: Fri, 23 Jun 2017 15:35:55 +0200 Subject: [PATCH] First version of pom.xml and pmml file --- odm-pmml-xom/pom.xml | 30 ++++ .../resources/com/test/neural_insurance.pmml | 144 ++++++++++++++++++ 2 files changed, 174 insertions(+) create mode 100644 odm-pmml-xom/pom.xml create mode 100644 odm-pmml-xom/src/main/resources/com/test/neural_insurance.pmml diff --git a/odm-pmml-xom/pom.xml b/odm-pmml-xom/pom.xml new file mode 100644 index 0000000..afb3caa --- /dev/null +++ b/odm-pmml-xom/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + odm-pmml + odm-pmml-xom + 0.0.1-SNAPSHOT + jar + + odm-pmml-xom + http://maven.apache.org + + + UTF-8 + + + + + junit + junit + 3.8.1 + test + + + org.jpmml + pmml-evaluator + 1.3.5 + + + diff --git a/odm-pmml-xom/src/main/resources/com/test/neural_insurance.pmml b/odm-pmml-xom/src/main/resources/com/test/neural_insurance.pmml new file mode 100644 index 0000000..4b82a6e --- /dev/null +++ b/odm-pmml-xom/src/main/resources/com/test/neural_insurance.pmml @@ -0,0 +1,144 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file