Emotiv Experimenter 1.0
An EEG experimentation application for the Emotiv headset
Public Member Functions | Public Attributes | Properties

MCAEmotiv.GUI.Configurations.ClassificationScheme Class Reference

Represents a scheme for classification, consisting of both a classifier and a feature selection scheme. More...

List of all members.

Public Member Functions

 ClassificationScheme ()
 Construct a new classification scheme with default parameters.
override string ToString ()
 Returns a loggable string representation of the scheme.

Public Attributes

const string EXTENSION = ".classifier"
 The extension used when saving classification schemes.

Properties

IClassifier Classifier [get, set]
 The classifier for this scheme.
GeneralClassifierSettings Settings [get, set]
 The preprocessing and feature selection settings used by the scheme.

Detailed Description

Represents a scheme for classification, consisting of both a classifier and a feature selection scheme.


Constructor & Destructor Documentation

MCAEmotiv.GUI.Configurations.ClassificationScheme.ClassificationScheme ( )

Construct a new classification scheme with default parameters.


Member Function Documentation

override string MCAEmotiv.GUI.Configurations.ClassificationScheme.ToString ( )

Returns a loggable string representation of the scheme.


Member Data Documentation

The extension used when saving classification schemes.


Property Documentation

IClassifier MCAEmotiv.GUI.Configurations.ClassificationScheme.Classifier [get, set]

The classifier for this scheme.

GeneralClassifierSettings MCAEmotiv.GUI.Configurations.ClassificationScheme.Settings [get, set]

The preprocessing and feature selection settings used by the scheme.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events