Skip to content

Commit

Permalink
interVal
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Oct 17, 2024
1 parent 39ad556 commit f001a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/interVal.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ interVal <- function(data, algos=c("hc","mmhc"), algorithm.args=NULL,
print(A0.bn)
}
subsample.res <- do.call(cbind, lapply(seq_len(r), function(cr) {
if (verbose) {cat("Subsample:", cr, "\n")}
replicates <- sample(seq_len(nrow(data)), ss)
tmp <- data[replicates, ]
inf.nets <- lapply(seq_along(algos), function(al) {
Expand Down

0 comments on commit f001a47

Please sign in to comment.