Interface ModelPMMLContext


public interface ModelPMMLContext
The ModelPMMLContext is exposed to model evaluations and calculations via model binding. Warning: this interface is experimental and may change in future releases
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    An evaluable PMML model.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromAttachment(String attachmentName)
    Loads a @link{PMMLEvaluator} from a given attachment of the model and returns it.
  • Method Details

    • fromAttachment

      ModelPMMLContext.PMMLEvaluator fromAttachment(String attachmentName)
      Loads a @link{PMMLEvaluator} from a given attachment of the model and returns it.
      Parameters:
      attachmentName - name of the model attachment
      Returns:
      the pmml evaluator
      Since:
      9.0 Hurricane