C# Class MCAEmotiv.GUI.Controls.ClassificationSchemeTab

A custom tab for configuring a classifier and feature selection scheme
Inheritance: CustomTab
Afficher le fichier Open project: madelson/Emotiv-Experimenter Class Usage Examples

Méthodes publiques

Méthode Description
ClassificationSchemeTab ( ClassificationScheme classificationScheme ) : System

Construct a tab set to the specified scheme

ToString ( ) : string

Returns the text property of this tab

Méthodes protégées

Méthode Description
DisposeOfManagedResources ( ) : void

Disposes of this tab

Private Methods

Méthode Description
BuildView ( ClassificationScheme classificationScheme ) : void

Method Details

ClassificationSchemeTab() public méthode

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

DisposeOfManagedResources() protected méthode

Disposes of this tab
protected DisposeOfManagedResources ( ) : void
Résultat void

ToString() public méthode

Returns the text property of this tab
public ToString ( ) : string
Résultat string