Click or drag to resize
Accord.NET (logo)

IParallel Interface

Common interface for parallel algorithms.

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

The IParallel type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleParallelOptions
Gets or sets the parallelization options for this algorithm. It can be used to control the maximum number of cores that should be used during the algorithm's execution.
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ISupportsCancellation.)
Top
See Also