SVM.boot.err.Func: Application of SVM method

Description Usage Arguments Details Value

View source: R/SVM_boot_err_Func.R

Description

Returns the estimated accurasy measures of Sensitivity, Specificity, and Misclassification using Confusion matrix.

Usage

1
SVM.boot.err.Func(train, test, depVar, kernel = "radial", cost = 5)

Arguments

train

??

test

??

depVar

??

kernel

A kernel function to be used.

cost

A cost?

Details

A SVM model is trained using a training data set and estimate accuracy measures using a test data set. The number of tree is defined by a user and the default value of it is 300.

Value

A SVM.err a matrix of the estimated accurasy measures of Sensitivity, Specificity, and Misclassification for Training set, Testing set and overall one.


jjsayleraxio/JTIMLmaster documentation built on Nov. 4, 2019, 2:57 p.m.