|
MunkresTolerance Property
|
Gets or sets the tolerance value used when performing cost
comparisons. Default is 1e-10. If the algorithm takes too
much time to finish, try decreasing this value.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double Tolerance { get; set; }
Public Property Tolerance As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also