support_vector_machines {SC3}R Documentation

Run support vector machines (SVM) prediction

Description

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

Usage

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


[Package SC3 version 1.8.0 Index]