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