C# Class Amazon.MachineLearning.Model.Prediction

The output from a Predict operation:
  • Details - Contains the following attributes: DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASS DetailsAttributes.ALGORITHM - SGD

  • PredictedLabel - Present for either a BINARY or MULTICLASS MLModel request.

  • PredictedScores - Contains the raw classification score corresponding to each label.

  • PredictedValue - Present for a REGRESSION MLModel request.

Show file Open project: aws/aws-sdk-net

Private Methods

Method Description
IsSetDetails ( ) : bool
IsSetPredictedLabel ( ) : bool
IsSetPredictedScores ( ) : bool
IsSetPredictedValue ( ) : bool