Analytics.PMML.evalModelWithConcept()

Signature

Object evalModelWithConcept(String modelName, Concept cept)

Domain

ACTION, CONDITION, QUERY

Description

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

Parameters

NameTypeDescription
modelNameStringName of the model
conceptConceptA Concept

Returns

TypeDescription
Object

Cautions

none