Click or drag to resize
Accord.NET (logo)

EarlyStoppingTModelIterationFunction Property

Gets or sets the iteration function for the procedure. This function will be called on each iteration and should run one iteration of the learning algorithm for the given model.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public Func<int, CrossValidationValues<TModel>> IterationFunction { get; set; }
Request Example View Source

Property Value

Type: FuncInt32, CrossValidationValuesTModel
See Also