TIBCO Statistica Integration
TIBCO Statistica integration provides enhanced decision-making capabilities to your TIBCO BusinessEvents application. For better decision making, you can augment the rule processing capabilities of TIBCO BusinessEvents by using the machine-learning models that are deployed on TIBCO Statistica Live Score Server.
Overview
To obtain predictions based on the models deployed on Statistica servers, send TIBCO BusinessEvents event data by invoking the TIBCO Statistica Live Score web service from your TIBCO BusinessEvents application. For details about TIBCO Statistica, see TIBCO Statistica Documentation.
Catalog Functions for Integrating TIBCO Statistica with TIBCO BusinessEvents
-
Configure a connection with TIBCO Statistica Live Score Server
Configure a connection with TIBCO Statistica Live Score Server using the createConnection function that returns a connection object. You can use this connection object in subsequent functions used to obtain real-time scoring from TIBCO Statistica models. You can use the setBasicAuth function to configure authentication credentials in the connection object.
- Obtain real-time scoring from the TIBCO Statistica models
TIBCO Statistica Integration Example Application
TIBCO BusinessEvents contains a sample application, Livescore, located at BE_HOME/examples/standard/Analytics/LiveScore. Import the LiveScore project in TIBCO BusinessEvents Studio to view and understand the project setup. You can also open the readme.html for the application and run APIs to test the application.