|
Emotiv Experimenter 1.0
An EEG experimentation application for the Emotiv headset
|
Represents a scheme for classification, consisting of both a classifier and a feature selection scheme. More...
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. | |
Represents a scheme for classification, consisting of both a classifier and a feature selection scheme.
| MCAEmotiv.GUI.Configurations.ClassificationScheme.ClassificationScheme | ( | ) |
Construct a new classification scheme with default parameters.
| override string MCAEmotiv.GUI.Configurations.ClassificationScheme.ToString | ( | ) |
Returns a loggable string representation of the scheme.
| const string MCAEmotiv.GUI.Configurations.ClassificationScheme.EXTENSION = ".classifier" |
The extension used when saving classification schemes.
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.
1.7.3