Class FileTranspiler

    • Constructor Summary

      Constructors 
      Constructor Description
      FileTranspiler​(java.lang.String className, java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()  
      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

      • FileTranspiler

        public FileTranspiler​(java.lang.String className,
                              java.io.File file)
    • 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
      • getFile

        public java.io.File getFile()