support_vector_machines: Run support vector machines ('SVM') prediction

Description Usage Arguments Value

View source: R/CoreFunctions.R

Description

Train an SVM classifier on a training dataset (train) and then classify a study dataset (study) using the classifier.

Usage

1
support_vector_machines(train, study, kern)

Arguments

train

training dataset with colnames, corresponding to training labels

study

study dataset

kern

kernel to be used with SVM

Value

classification of the study dataset


hemberg-lab/SC3 documentation built on Dec. 18, 2019, 10:02 p.m.