Class TranspilerTransformer

  • All Implemented Interfaces:
    org.jpmml.evaluator.PMMLTransformer<IOException>

    public class TranspilerTransformer
    extends Object
    implements org.jpmml.evaluator.PMMLTransformer<IOException>
    • Constructor Detail

      • TranspilerTransformer

        public TranspilerTransformer​(Transpiler transpiler)
    • Method Detail

      • apply

        public org.dmg.pmml.PMML apply​(org.dmg.pmml.PMML pmml)
                                throws IOException
        Specified by:
        apply in interface org.jpmml.evaluator.PMMLTransformer<IOException>
        Throws:
        IOException
      • getTranspiler

        public Transpiler getTranspiler()