C# Class Accord.MachineLearning.ParallelLearningBase

Base class for parallel learning algorithms.
Inheritance: IParallel
Mostra file Open project: accord-net/framework

Public Methods

Method Description
ParallelLearningBase ( ) : System

Initializes a new instance of the ParallelLearningBase class.

Method Details

ParallelLearningBase() public method

Initializes a new instance of the ParallelLearningBase class.
public ParallelLearningBase ( ) : System
return System