C# Class MCAEmotiv.GUI.Controls.ClassificationSchemeTab

A custom tab for configuring a classifier and feature selection scheme
Inheritance: CustomTab
ファイルを表示 Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
ClassificationSchemeTab ( ClassificationScheme classificationScheme ) : System

Construct a tab set to the specified scheme

ToString ( ) : string

Returns the text property of this tab

Protected Methods

Method Description
DisposeOfManagedResources ( ) : void

Disposes of this tab

Private Methods

Method Description
BuildView ( ClassificationScheme classificationScheme ) : void

Method Details

ClassificationSchemeTab() public method

Construct a tab set to the specified scheme
public ClassificationSchemeTab ( ClassificationScheme classificationScheme ) : System
classificationScheme MCAEmotiv.GUI.Configurations.ClassificationScheme
return System

DisposeOfManagedResources() protected method

Disposes of this tab
protected DisposeOfManagedResources ( ) : void
return void

ToString() public method

Returns the text property of this tab
public ToString ( ) : string
return string