Interface PMMLRuntimeFactory


public interface PMMLRuntimeFactory
  • Method Details

    • getPMMLRuntimeFromFile

      PMMLRuntime getPMMLRuntimeFromFile(File pmmlFile)
      Retrieve a PMMLRuntime bound to the given <File 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: