Workspace Node: Code Generator Tab

In the workspace node dialog box, select the Code Generator tab to access options to generate code to implement the current model for predicting new observations.

Element Name Description
PMML Select this check box to generate code in Predictive Model Markup Language (PMML) which is an XML-based language for storing information about fully trained (parameterized) models, and for sharing those models with other applications. Statistica and Statistica Enterprise Server contain facilities to use this information to compute predicted values or classifications, i.e., to quickly and efficiently deploy models.
Statistica Visual Basic (SVB) Select this check box to generate a Statistica Visual Basic program containing the code implementing the model. This code will be generated in a form compatible with the nodes of Statistica Data Miner; however, you can also simply copy/paste the relevant portion of this code to include it in your custom Visual Basic programs. The code will automatically be displayed in the Statistica Visual Basic program editor window.
C/C++ Select this check box to generate code compatible with the C/C++ computer language. This option is useful if you want to include the information provided by the final model into custom (C/C++) programs. (See also, Using C/C++/C# Code for Deployment.)
C# Select this check box to generate code as C#.
Java Select this check box to generate code in Java script.
SAS Select this check box to generate deployment code for the created model as SAS code (a .sas file). See also, Rules for SAS Variable Names and Example: SAS Deployment.
SQL stored procedure in C# Select this check box to generate code as a C# class intended for use in a SQL Server user defined function.
SQL User Defined Function in C# Select this check box to generate code as a C# class intended for use as a SQL Server user-defined function.
Teradata Select this check box to generate code as C Computer language function intended for use as a user-defined function in a Teradata querying environment.
Options / C / W See Common Options.
OK Click this button to accept all the specifications made in the dialog box and to close it. The analysis results are placed in the Reporting Documents node after running (updating) the project.