Get multi-variate prediction summary

post/reports/multivariatePredictionSummary

Retrieves distinct values along with the frequency for multi-variate prediction variables.

Request Samples

1

Response Samples

1[
2 {
3 "predictedVariableName": "string",
4 "distinctValue": "string",
5 "frequency": "string",
6 "frequencyPercentage": "string"
7 }
8]

Request Body

The definition of the report request.

NameTypeRequiredDescription
inputTable
string
false

The name of input table.

casServerName
string
false

The name of CAS server.

dataLibrary
string
false

The name of data library.

targetVariable
string
false

The name of target variable.

Responses

StatusMeaningDescription
200OK

The request succeeded.

Schema
400Bad Request

The request was invalid.

Schema