Amazon.MachineLearning.Model.Prediction.IsSetPredictedScores C# (CSharp) Метод

IsSetPredictedScores() приватный Метод

private IsSetPredictedScores ( ) : bool
Результат bool
        internal bool IsSetPredictedScores()
        {
            return this._predictedScores != null && this._predictedScores.Count > 0; 
        }