/AWS1/CL_ML_PREDICTOUTPUT¶
PredictOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_prediction TYPE REF TO /AWS1/CL_ML_PREDICTION /AWS1/CL_ML_PREDICTION¶
The output from a
Predictoperation:
Details- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASSDetailsAttributes.ALGORITHM - SGD
PredictedLabel- Present for either aBINARYorMULTICLASSMLModelrequest.
PredictedScores- Contains the raw classification score corresponding to each label.
PredictedValue- Present for aREGRESSIONMLModelrequest.
Queryable Attributes¶
Prediction¶
The output from a
Predictoperation:
Details- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASSDetailsAttributes.ALGORITHM - SGD
PredictedLabel- Present for either aBINARYorMULTICLASSMLModelrequest.
PredictedScores- Contains the raw classification score corresponding to each label.
PredictedValue- Present for aREGRESSIONMLModelrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICTION() |
Getter for PREDICTION |