Skip to content

Commit

Permalink
delete arf:::
Browse files Browse the repository at this point in the history
  • Loading branch information
jkapar committed May 29, 2024
1 parent cfc7f58 commit 042b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/expct.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ expct <- function(
index_start <- (step_-1)*stepsize + 1
index_end <- min(step_*stepsize, nrow(evidence))
evidence_part <- evidence[index_start:index_end,]
cparams <- arf:::cforde(params, evidence_part, evidence_row_mode, stepsize_cforde, parallel_cforde)
cparams <- cforde(params, evidence_part, evidence_row_mode, stepsize_cforde, parallel_cforde)
}

# omega contains the weight (wt) for each leaf (f_idx) for each condition (c_idx)
Expand Down

0 comments on commit 042b9e3

Please sign in to comment.