load_TEP_data_globally: Load the TEP data to the global environment.

Description Usage Arguments Details

Description

This function loads the TEP data and puts it in the global environment.

Usage

1
load_TEP_data_globally(only_training = FALSE)

Arguments

only_training

Logical. If TRUE, only the training data is loaded. The test data is a large file, so it can be beneficial to not load it if not needed.

Details

For this function to work, make sure you have downloaded the TEP data from https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/6C3JR1 and placed the fault-free training and faulty testing data in your working directory.

The objects loaded are named "fault_free_training" and "faulty_testing".


Tveten/tdpcaTEP documentation built on June 4, 2019, 8:49 a.m.