Amazon.MachineLearning.Model.Prediction.IsSetPredictedScores C# (CSharp) Method

IsSetPredictedScores() private method

private IsSetPredictedScores ( ) : bool
return bool
        internal bool IsSetPredictedScores()
        {
            return this._predictedScores != null && this._predictedScores.Count > 0; 
        }