jpmml / jpmml-evaluator-spark

PMML evaluator library for the Apache Spark cluster computing system (http://spark.apache.org/)
GNU Affero General Public License v3.0
94 stars 43 forks source link

question about class 'PMMLTransformer' #32

Closed zhuzhujulie closed 4 years ago

zhuzhujulie commented 4 years ago

hi dear author, thank you for your project and it really helps me . i'm a new hand to spark and pmml, and i can't find the class 'PMMLTransformer' used in class 'Transformer', could you please tell me where can i find the class of 'PMMLTranformer'?

vruusmann commented 4 years ago

Could you please tell me where can i find the class of 'PMMLTranformer'?

Most JPMML-Evaluator-Spark classes are written in Java, and reside inside the src/main/java directory: https://github.com/jpmml/jpmml-evaluator-spark/tree/master/src/main/java/org/jpmml/evaluator/spark

However, the org.jpmml.evaluator.PMMLTransformer class is written in Scala (kindly donated by Interset Software, Inc.) and resides inside the src/main/scala directory: https://github.com/jpmml/jpmml-evaluator-spark/tree/master/src/main/scala/org/jpmml/evaluator/spark https://github.com/jpmml/jpmml-evaluator-spark/blob/master/src/main/scala/org/jpmml/evaluator/spark/PMMLTransformer.scala