Click or drag to resize
Accord.NET (logo)

EarlyStoppingTModelCompute Method

Starts the model training, calling the IterationFunction on each iteration.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool Compute()
Request Example View Source

Return Value

Type: Boolean
True if the model training has converged, false otherwise.
See Also