Interface ModelConverter


  • public interface ModelConverter
    Interface for a model converter that converts an association model in PMML into a target model type.
    • Method Detail

      • convert

        void convert​(PMMLAssociationModel model,
                     File targetFile)
              throws IOException
        Convert the given PMML model into the target format and persist the results at the given location.
        Parameters:
        model - PMML model to convert
        targetFile - location of target file
        Throws:
        IOException