Package org.jpmml.transpiler
Class FileTranspiler
- java.lang.Object
-
- org.jpmml.transpiler.Transpiler
-
- org.jpmml.transpiler.FileTranspiler
-
public class FileTranspiler extends Transpiler
-
-
Constructor Summary
Constructors Constructor Description FileTranspiler(String className, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()org.dmg.pmml.PMMLtranspile(org.dmg.pmml.PMML pmml)-
Methods inherited from class org.jpmml.transpiler.Transpiler
getClassName
-
-
-
-
Method Detail
-
transpile
public org.dmg.pmml.PMML transpile(org.dmg.pmml.PMML pmml) throws IOException- Specified by:
transpilein classTranspiler- Throws:
IOException
-
getFile
public File getFile()
-
-