CLEF API Documentation

From here you can view detailed documentation on the functions and methods provided by the various application programming interfaces (APIs) that CLEF can use.

Link

Description

PS API and client-side API overview

The Predictive Server API (PS API) is a Java API that exposes Clementine functionality for use by applications that require data mining and predictive analytic capabilities

 

The CLEF client-side API is a Java API that can be used by extensions requiring additional controls, user interface components or interactivity not provided directly by the specification file. The client-side API interfaces are contained in the PS API packages com.spss.psapi.extensions.common.spi and com.spss.psapi.extensions.ui.spi.

Server-side API overview

The CLEF server-side API is a C-based API that covers aspects such as the setting and getting of execution settings, persistence of those settings, execution feedback, job control (e.g. interrupting execution), SQL generation, and returned objects.