Click or drag to resize
Accord.NET (logo)

CrossValidationResultTModel, TInput, TOutputModels Property

Gets the models created for each fold of the cross validation.

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SplitResult<TModel, TInput, TOutput>[] Models { get; }
Request Example View Source

Property Value

Type: SplitResultTModel, TInput, TOutput
See Also