Interface PMMLModelExport


public interface PMMLModelExport
  • Method Summary

    Modifier and Type
    Method
    Description
    org.dmg.pmml.PMML
     
    org.dmg.pmml.PMML
    Holder of the exported model in PMML format
  • Method Details

    • getPmml

      org.dmg.pmml.PMML getPmml()
    • pmml

      org.dmg.pmml.PMML pmml()
      Holder of the exported model in PMML format
      Returns:
      (undocumented)