1. 学ぶ
  2. /
  3. コース
  4. /
  5. Support Vector Machines in R

Connected

演習

Exploring the model and calculating accuracy

In this exercise you will explore the contents of the model and calculate its training and test accuracies. The training and test data are available in the data frames trainset and testset respectively, and the SVM model is stored in the variable svm_model.

指示1 / 4

undefined XP
    1
    2
    3
    4
  • List the components of your SVM model.