error_threshold property

error_threshold property

Gets or sets the error threshold. This parameter defines maximum deviation of points to fitted curve. By default it is 30.

Definition:

@property
def error_threshold(self):
    ...
@error_threshold.setter
def error_threshold(self, value):
    ...

See Also