The PL/SQL API use case is built on two predefined workflows, which are available in the SQL Developer installation location.
Predefined Workflows
apply_workflow.xml: Uses the Model node to reference the model built by the build_workflow. Then it uses it for scoring.
build_workflow.xml: Builds a Server Vector Machine Classification model, and then stores the model details or coefficients to a table.
Location of the Demonstration Files
The workflow files apply_workflow.xml and build_workflow.xml which contain the predefined workflows are available in the SQL Developer installation location at: sqldeveloper home\dataminer\demos\workflows.
Parent topic: PL/SQL APIs Use Cases