createEEGEye: Create EEG Eye State dataset

Description Usage Arguments Details Value See Also

Description

From UCI: All data is from one continuous EEG measurement with the Emotiv EEG Neuroheadset. The duration of the measurement was 117 seconds. The eye state was detected via a camera during the EEG measurement and added later manually to the file after analysing the video frames. '1' indicates the eye-closed and '0' the eye-open state. All values are in chronological order with the first measured value at the top of the data.

Usage

1
createEEGEye(file = getfilepath("eegeye.rds"), write = TRUE, read = TRUE)

Arguments

file

character; path/filename to write data file to

write

logical; should the dataset be written to disk for later use? (default: TRUE)

read

logical; should we try to read the dataset from the specified location first? (default: TRUE)

Details

Task: formula(eyeDetection ~ .)

Value

The dataset as a data.table

See Also

https://archive.ics.uci.edu/ml/datasets/EEG+Eye+State


jkrijthe/createdatasets documentation built on May 19, 2019, 12:44 p.m.