Skip to content

Commit 75b5f15

Browse files
committed
1 parent 6d4c684 commit 75b5f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/svm_linear_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ set_fit(
172172
data = c(formula = "x", data = "data"),
173173
protect = c("x", "data"),
174174
func = c(pkg = "kernlab", fun = "ksvm"),
175-
defaults = list(kernel = "vanilladot")
175+
defaults = list(kernel = "vanilladot", kpar = list())
176176
)
177177
)
178178

@@ -185,7 +185,7 @@ set_fit(
185185
data = c(formula = "x", data = "data"),
186186
protect = c("x", "data"),
187187
func = c(pkg = "kernlab", fun = "ksvm"),
188-
defaults = list(kernel = "vanilladot")
188+
defaults = list(kernel = "vanilladot", kpar = list())
189189
)
190190
)
191191

0 commit comments

Comments
 (0)