Class InMemoryTranspiler


  • public class InMemoryTranspiler
    extends Transpiler
    • Constructor Summary

      Constructors 
      Constructor Description
      InMemoryTranspiler​(java.lang.String className)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.dmg.pmml.PMML transpile​(org.dmg.pmml.PMML pmml)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InMemoryTranspiler

        public InMemoryTranspiler​(java.lang.String className)
    • Method Detail

      • transpile

        public org.dmg.pmml.PMML transpile​(org.dmg.pmml.PMML pmml)
                                    throws java.io.IOException
        Specified by:
        transpile in class Transpiler
        Throws:
        java.io.IOException