Interface PMMLCommandExecutor


public interface PMMLCommandExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(PMMLRequestData pmmlRequestData, Context context)
    Evaluate the given PMMLRequestData
  • Method Details

    • execute

      PMML4Result execute(PMMLRequestData pmmlRequestData, Context context)
      Evaluate the given PMMLRequestData
      Parameters:
      pmmlRequestData - : it must contain the pmml file name (in the source property) and the model name
      Returns: