C# Class MCAEmotiv.GUI.Animation.TrainView

Displays a training message until all classifiers are finished training
Inheritance: View
Mostrar archivo Open project: madelson/Emotiv-Experimenter

Public Methods

Method Description
TrainView ( IArrayView classifiers ) : System

Construct a view with the specified classifier managers

Method Details

TrainView() public method

Construct a view with the specified classifier managers
public TrainView ( IArrayView classifiers ) : System
classifiers IArrayView
return System