Learn R Programming

gencve (version 0.3)

yh_svm: Support Vector Machine Prediction

Description

Given training and test examples, the SVM predictions for the test data are produced.

Usage

yh_svm(dfTr, dfTe)

Arguments

dfTr
dataframe with last column for the output. The output must be a factor.
dfTe
dataframe for test data. Must have columns corresponding to the training columns except the test output is not needed.

Value

tba. Not fully implemented yet.

Examples

Run this code
yh_svm(SinghTrain, SinghTest)#0.294

Run the code above in your browser using DataLab