knitr::opts_chunk$set(echo = TRUE) library(QuiPTsim) setwd("~/amylogram/QuiPTsim/vignettes/")
QuiPTsim contains source code used utilized in extensive study of Quick Permutation Test (QuiPT) properties. QuiPT have been further compared to other widely used feature selection algorithms (Hope this gonna happen).
Following steps have been carried out to create datasets:
Function create_simulation_data()
is a high-level wrapper of function implemented in QuiPTsim
package as a data generation automation framework.
Results of single simulation iteration are saved in previously stated directory. N-gram occurence matrices (in RDS format) are saved along with master data frame in csv format that contains all the details about prepared dataset. Each row represents single matrix and its location is defined in path column.
Simulation highlights:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.