Datasources |
|
---|---|
A basic datasource (DS) |
|
A datasource (DS) that allows training and testing on different but related labels |
|
Feature preprocessors |
|
A feature preprocessor (FP) that reduces data to the k most selective features |
|
A feature preprocessor (FP) that z-score normalizes the data |
|
Classifiers |
|
A maximum correlation coefficient classifier (CL) |
|
A Poisson Naive Bayes classifier (CL) |
|
A support vector machine classifier (CL) |
|
Cross-validators |
|
The standard cross-validator (CV) |
|
A cross-validator (CV) method to run a decoding analysis |
|
Get parameters of an NeuroDecodeR object |
|
Result Metrics |
|
A result metric (RM) that calculates main decoding accuracy measures |
|
A result metric (RM) that calculates confusion matrices |
|
Plot functions |
|
A plot function for data in raster format |
|
A plot function for label_repetition object |
|
A plot function for the rm_main_results object |
|
A plot function to plot multiple rm_main_results |
|
A plot function for the rm_confusion_matrix object |
|
Save and log results |
|
Saves the DECODING_RESULTS and logs the parameters used in the analysis |
|
A function that checks if a decoding analysis has already been run |
|
A function that loads DECODING_RESULTS based on the result_name |
|
A function that loads DECODING_RESULTS based on decoding_parameters |
|
Tools |
|
Convert data from raster format to binned format |
|
Convert raster data in MATLAB to R |
|
Get the number of sites have at least k trials of each label level |
|
Get the sitesIDs that have at least k trials for all label level |
|
Get the number of trial repetitions for a given label for each site |
|
Read a csv, rda, rds or mat file in raster format |
|
Tests if a data frame is in valid raster format |