RAPStartup Members

Rapid model deployment engine startup dialog shows the following functions and properties.

Functions Description
Cancel
Ok Return value: Integer.
OpenPMMLFileFromTextStream Load a file from ASCII stream.
ParsePMMLFiles Parse models after calling OpenPMMLFileFromTextStream.
Predict Retrieve prediction for the input one case array of double values. Return value: Variant.
PredictACaseForAllModels Predict a case for all models.
SavePMMLFileToTextStream Save a file to ASCII stream. Return value: String.
SavePredictionsAndResidualsToInput Save predictions and residual values to input data.
Properties Description
AllLiftCharts Lift or Gain Charts for all categories. Return value: Object. This property is read only.
AnyCARTorCHAIDModel Return an integer value (1 or 0) indicating whether there are any CART or CHAID models in the loaded list of models. Return value: Integer. This property is read only.
AnyTreeModel Return an integer value (1 or 0) indicating whether there are any Tree models in the loaded list of models. Return value: Integer. This property is read only.
Application Returns application object. Return value: Object. This property is read only.
CasewiseDeletionOfMD Casewise deletion of missing data. Assignment value: Integer.
CategoryofResponse Compute Profit Chart for response category. Return/assignment value: Integer.
ConfusionMatrix Generate confusion matrix results. Return value: Object. This property is read only.
ConfusionMatrixPercentColumnCount Include percentage of column counts of predicted values in the generated confusion matrix. Return/assignment value: Integer.
ConfusionMatrixPercentRowCount Include percentage of row counts of predicted values in the generated confusion matrix. Return/assignment value: Integer.
ConfusionMatrixPercentTotalCount Include percentage of total counts of predicted values in the generated confusion matrix. Return/assignment value: Integer.
CostParameter Cost parameter, for Profit chart. Return/assignment value: Double.
CumulativeLiftChart Compute cumulative Lift Chart. Return/assignment value: Integer.
CustomModelNames Define custom names for loaded models. Return/assignment value: String.
DataInputFileNameToWriteBack Data input file name to write back. Return/assignment value: String.
DependentCategoriesFromPMML Retrieve all categories of a dependent variable from PMML as string. Return value: Variant. This property is read only.
GainChart Compute Gain Chart. Return/assignment value: Integer.
IncludePredictionProbabilities Include prediction probabilities in output. Return/assignment value: Integer.
IncludeTerminalNodeID Include terminal node id for tree models in output. Return/assignment value: Integer.
IsClassificationModel Return an integer value equal one if classification model otherwise return zero. Return value: Integer. This property is read only.
IsClusteringModel Return an integer value equal 1 if EM/KMeans clustering model, 2 if Kohonen cluster otherwise return 0. Return value: Integer. This property is read only.
LiftChart Lift or Gain Chart. Return value: Object. This property is read only.
LiftChartLiftValue Compute Lift Chart for Lift value. Return/assignment value: Integer.
LiftChartResponse Compute Lift Chart for percent response. Return/assignment value: Integer.
LiftTables Lift Tables for all chart types. Return value: Object. This property is read only.
LoadEnterpriseModels Load Enterprise models into Rapid Deployment. Return/assignment value: String.
LoadModels Load models. Return/assignment value: String.
MeanSubstitutionOfMD Mean substitution of missing data. Assignment value: Integer.
MergeConfusionMatrixResultsAcrossModels Create single spreadsheet of confusion matrix results for all models. Return/assignment value: Integer.
ModelFileList Model file list. Return value: Object. This property is read only.
ModelFileNames Model file names with path for loaded models. Return/assignment value: String.
ModelQuality Model Quality. Return value: Object. This property is read only.
Name Return value: String. This property is read only.
NumberOfPMMLFiles Number of PMML files with model deployment information. Return/assignment value: Integer.
OverlayROCCurves Overlay ROC curves for multiple models. Return/assignment value: Integer.
Parent Returns the parent of the object. Return value: Object. This property is read only.
PartialDerivatives Partial derivatives. Return value: Double(). This property is read only.
PredictCasesWithMDForTrees Predict input cases with missing data for tree models. Return/assignment value: Integer.
PredictorCategoriesFromPMML Retrieve all categories of the requested predictor variable from PMML as string. Return value: Variant. This property is read only.
ProfitChart Profit Chart. Return value: Object. This property is read only.
ProfitParameter Profit parameter, for Profit chart. Return/assignment value: Double.
ROCCurve ROC Curve. Return value: Object. This property is read only.
RPDPredictor Return value: RPDPredictor. This property is read only.
ResponseCategory Compute Lift/Gain Chart for response category. Return/assignment value: Integer.
ResultsCodes Assignment value: Variant.
ResultsOption Assignment value: Integer.
ResultsOutputFields Assignment value: Variant.
ResultsSaveFileName Assignment value: String.
ResultsSelection Assignment value: Variant.
ResultsSelectionOption Assignment value: Variant.
ResultsValues Assignment value: Variant.
ResultsVariables Assignment value: Variant.
SavePrediction Save prediction. Return value: Object. This property is read only.
SelectedCategoricalDependent Retrieve selected categorical dependent variable. Return value: Integer. This property is read only.
SelectedCategoricalPredictors Retrieve selected categorical predictors. Return value: Integer(). This property is read only.
SelectedContinuousDependent Retrieve selected continuous dependent variable. Return value: Integer. This property is read only.
SelectedContinuousPredictors Retrieve selected continuous predictors. Return value: Integer(). This property is read only.
StatisticFlags Retrieve statistic flags to write back to data. Return value: Integer(). This property is read only.
StatisticNames Retrieve statistic names to write back to data. Return value: String(). This property is read only.
StatisticsForGoodnessOfFit Statistics for goodness of fit (R-square, Relative absolute error, Anderson-Darling, T test). Return value: Double(). This property is read only.
SummaryPrediction Summary prediction. Return value: Object. This property is read only.
UnmatchedCategoryHandling Resolve unmatched categories. Return/assignment value: UnmatchedCategoryHandlingMode.
VariableSelectionViaPMML Variable Selection via PMML. Return/assignment value: Integer.
Variables Return/assignment value: String.
WritingBackObject Return writing-back object. Return value: Object. This property is read only.