classifySVM: Classify Texts with SVM

Description Usage Arguments Examples

View source: R/classifySVM.R

Description

This function implements a SVM classification.

Usage

1
2
classifySVM(path_zscores, metadata, metadata_col, col_file_name,
  seed = 100)

Arguments

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

Examples

1

jbrottrager/stylcoR documentation built on Jan. 29, 2020, 3:34 p.m.