-
Notifications
You must be signed in to change notification settings - Fork 7
/
Contents.m
25 lines (25 loc) · 1.02 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% DETECT Toolbox
% Version 1.3 18-March-2013
%
% Requires EEGLAB if plotting functions are used
%
% General functions
% getARfeatures - estimate autoregressive coefficients (get feature vectors)
% getModel - create a model or classifier based on labeled training data
% labelData - label data in sliding time windows, reporting certainty of each label
% labelWindows - label windowed data based on a classifier
% compareLabels - compare two sets of labeled data
%
% EEG related functions (depend on EEGLAB)
% getLabels - extract data from continuous dataset for model training
% plotLabeledData - plots the results from labelData
% plotMarkedData - plots the manually marked data from markEvents.
% plotWindowData - plots the results from labelData when testing on windowed data
% markEvents - GUI for manual labeling of events in data
%
% Certainty threshold policies
% thresholdPolicy
% unknownPolicy
%
% Vernon Lawhern, Kay A. Robbins
% Copyright 2011-2013 The University of Texas at San Antonio