Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liaotuo authored Mar 10, 2018
1 parent 6bc4341 commit 0549088
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# pmmlParser
JPMML解析pmml 模型的例子
调用方式:java -jar pmmlParser.jar [pmml file] [model input args] <br/>
example:java -jar pmmlParser.jar iris_rf.pmml irisv2.csv
## JPMML解析pmml 模型的例子
- 调用方式:
java -jar pmmlParser.jar [pmml file] [model input args] <br/>
- example:
java -jar pmmlParser.jar iris_rf.pmml irisv2.csv

0 comments on commit 0549088

Please sign in to comment.