We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12b602 commit caa4782Copy full SHA for caa4782
R/forde.R
@@ -208,7 +208,7 @@ forde <- function(
208
left_child <- arf$forest$child.nodeIDs[[tree]][[1]][i] + 1L
209
right_child <- arf$forest$child.nodeIDs[[tree]][[2]][i] + 1L
210
splitvarID <- arf$forest$split.varIDs[[tree]][i] + 1L
211
- splitval <- arf$forest$split.value[[tree]][i]
+ splitval <- arf$forest$split.values[[tree]][i]
212
if (left_child > 1) {
213
ub[left_child, ] <- ub[right_child, ] <- ub[i, ]
214
lb[left_child, ] <- lb[right_child, ] <- lb[i, ]
0 commit comments