Interface PMMLRuntimeFactory


  • public interface PMMLRuntimeFactory
    • Method Detail

      • getPMMLRuntimeFromFile

        PMMLRuntime getPMMLRuntimeFromFile​(File pmmlFile)
        Retrieve a PMMLRuntime bound to the given with an on-the-fly compilation.
        Parameters:
        pmmlFile -
        Returns:
      • getPMMLRuntimeFromClasspath

        PMMLRuntime getPMMLRuntimeFromClasspath​(String pmmlFileName)
        Retrieve a PMMLRuntime bound to the given pmmlFileName with an on-the-fly compilation. Such file will be looked for in the classpath (e.g. provided by Maven dependency)
        Parameters:
        pmmlFileName -
        Returns: