support_vector_machines {SC3} | R Documentation |
SVM
) predictionTrain an SVM
classifier on a training dataset (train
) and then
classify a study dataset (study
) using the classifier.
support_vector_machines(train, study, kern)
train |
training dataset with colnames, corresponding to training labels |
study |
study dataset |
kern |
kernel to be used with SVM |
classification of the study dataset