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


SC3 documentation built on Nov. 8, 2020, 7:52 p.m.