Interface ModelConverter


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

    Modifier and Type
    Method
    Description
    void
    convert(PMMLAssociationModel model, File targetFile)
    Convert the given PMML model into the target format and persist the results at the given location.
  • Method Details

    • 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