svm_validates {SVM} R Documentation

SVM model validation

Description

Usage

svm_validates(svm, validateSet, labels);

Arguments

svm

a trained SVM model

validateSet

a dataframe object which contains the validate set data, each column should be exists in the dimensin name of the trainingSet.

labels

a dataframe object which contains the classify label result corresponding to the input validateSet rows.

env

[as Environment]

Details

Authors

MLkit

Value

PerformanceEvaluator dataset for draw a ROC curve.

clr value class

Examples


[Package SVM version 1.0.0.0 Index]