Description Usage Arguments Examples
This function implements a SVM classification.
1 2 | classifySVM(path_zscores, metadata, metadata_col, col_file_name,
seed = 100)
|
path_zscores |
path to zscore matrix |
metadata |
metadata dataframe |
metadata_col |
name of column of metadata dataframe which should be used for the classification |
col_file_name |
name of column that comprises the texts file names |
seed |
set seed for classification, default is 100 |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.