SMO_SVC: SMO_SVC

Description Usage Arguments Value

View source: R/KSMOTE.R

Description

SMO_SVC

Usage

1
2
3
4
5
6
7
8
9
SMO_SVC(
  train_mat,
  test_mat,
  train_target,
  test_target,
  iter_max = 10,
  epsilon = 0.01,
  C = 1
)

Arguments

train_mat

the kernel matrix of train set.

test_mat

the kernel matrix of test set.

train_target

train set target.

test_target

test set target.

iter_max

the maximum of iteration.

epsilon

a next condition.

C

the parameter of wrong.

Value

the predict result.


mmfd99/StatComp21092 documentation built on Dec. 23, 2021, 10:14 p.m.