Analytics.PMML.evalModelwithEvent()

Signature

Object evalModelwithEvent(String modelName, SimpleEvent event)

Domain

ACTION, CONDITION, QUERY

Description

Calls the PMML engine with the model name and Event, and then returns the result.

Parameters

NameTypeDescription
modelNameStringName of the model
eventSimpleEventA SimpleEvent

Returns

TypeDescription
Object

Cautions

none