C# 클래스 MCAEmotiv.GUI.Controls.ClassificationSchemeTab

A custom tab for configuring a classifier and feature selection scheme
상속: CustomTab
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter 1 사용 예제들

공개 메소드들

메소드 설명
ClassificationSchemeTab ( ClassificationScheme classificationScheme ) : System

Construct a tab set to the specified scheme

ToString ( ) : string

Returns the text property of this tab

보호된 메소드들

메소드 설명
DisposeOfManagedResources ( ) : void

Disposes of this tab

비공개 메소드들

메소드 설명
BuildView ( ClassificationScheme classificationScheme ) : void

메소드 상세

ClassificationSchemeTab() 공개 메소드

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

DisposeOfManagedResources() 보호된 메소드

Disposes of this tab
protected DisposeOfManagedResources ( ) : void
리턴 void

ToString() 공개 메소드

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