Skip to content

Commit d843daf

Browse files
committed
moved liquidSVM encoding target to data.frame
1 parent 88e23c4 commit d843daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/svm_rbf_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ set_fit(
193193
eng = "liquidSVM",
194194
mode = "regression",
195195
value = list(
196-
interface = "matrix",
196+
interface = "data.frame",
197197
protect = c("x", "y"),
198198
func = c(pkg = "liquidSVM", fun = "svm"),
199199
defaults = list(
@@ -220,7 +220,7 @@ set_fit(
220220
eng = "liquidSVM",
221221
mode = "classification",
222222
value = list(
223-
interface = "matrix",
223+
interface = "data.frame",
224224
protect = c("x", "y"),
225225
func = c(pkg = "liquidSVM", fun = "svm"),
226226
defaults = list(

0 commit comments

Comments
 (0)