FraudCriteria Scorecard
In this task, you finish building the project ontology by creating a scorecard. The
FraudCriteria
scorecard will store the criteria used to determine fraud, not any specific data about customer accounts. In this example, you will use this scorecard in rules.
Learning Points
It is more accurate to say there is one instance of a scorecard per inference agent. This tutorial uses one inference agent. However, in the next tutorial you will deploy multiple agents, and each has its own instance of the scorecard. This enables scorecards to be used for local purposes and minimizes contention between the agents. Do not use scorecards as a mechanism to share data between multiple agents.
More Information
Look at Scorecards in TIBCO BusinessEvents Developer’s Guide.