Deployment Tab

During the Deployment step, you can use the options on the Deployment tab to evaluate the models and make your final selection.

Element Name Description
Data file for deployment Displays the Open dialog box, which is used to locate the file to use for deployment of the selected models.
Write back to deployed file You can select this check box, to write predictions back to the deployed file.
Variables to write back Displays a single variable selection dialog box, which allows you to specify the variable in which you can record the predictions.

Code generator

Displays a drop-down list containing commands (methods for code generation). You can choose a method for code generation from the drop-down list.

  • PMML script: Generates 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 contains facilities to use this information to compute predicted values or classifications which means it helps to quickly and efficiently deploy models (typically in the context of data mining projects).

  • C/C++ language: Generates code compatible with the C/C++ computer language.

    This option includes the information provided by the final model into custom (C/C++) programs.

  • Statistica Visual Basic (SVB): Generates a Statistica Visual Basic program containing the code implementing the model.

    This code is generated in a form compatible with the nodes of Statistica Data Miner; however, you can also simply copy or paste the relevant portion of this code to include it in your custom Visual Basic programs. The code is automatically displayed in the Statistica Visual Basic program editor window.

  • C#: Generates code as C#.
  • Java: Generates code in Java script.
  • SAS: Generates deployment code for the created model as SAS code (a .sas file).
  • SQL stored procedure in C#: Generates code as a C# class intended for use in a SQL Server user defined function.
  • SQL User Defined Function in C#: Generates code as a C# class intended for use as a SQL Server user defined function.
  • Teradata: Generates code as C Computer language function intended for use as a user defined function in a TeraData querying environment.
Deploy to Statistica Enterprise Displays a series of Enterprise-related dialog boxes for setting up data and analysis configurations as well as user permissions.