File: DataStructures\SearchDataPrediction.cs | Web Access |
Project: src\docs\samples\Microsoft.ML.AutoML.Samples\Microsoft.ML.AutoML.Samples.csproj (Microsoft.ML.AutoML.Samples) |
using Microsoft.ML.Data; namespace Microsoft.ML.AutoML.Samples { public class SearchDataPrediction { [ColumnName("PredictedLabel")] public float Prediction; public float Score { get; set; } } } |