Click or drag to resize
Accord.NET (logo)

ISupportsCancellation Interface

Common interface for algorithms that can be canceled in the middle of execution.

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

The ISupportsCancellation type exposes the following members.

Properties
  NameDescription
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
Top
See Also