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

Description Usage Arguments Value

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 = "linear")

Arguments

train

training data.frame with colnames, corresponding to training labels

study

study data.frame

kern

kernel to be used with SVM

Value

classification of the study dataset


hemberg-lab/FastSC3 documentation built on May 17, 2019, 3:42 p.m.