CrossValidationRunDetail<TMetrics>.Results Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Results for each of the cross validation folds.
public System.Collections.Generic.IEnumerable<Microsoft.ML.AutoML.TrainResult<TMetrics>> Results { get; }
member this.Results : seq<Microsoft.ML.AutoML.TrainResult<'Metrics>>
Public ReadOnly Property Results As IEnumerable(Of TrainResult(Of TMetrics))
Property Value
IEnumerable<TrainResult<TMetrics>>