powered by
Applies a network construction method to samples generated from the splitsamp function
splitsampNet(object, method = c("MaST", "TMFG", "LoGo", "threshold"), bootmat = FALSE, pB = TRUE, ...)
Object output from splitsamp function
splitsamp
A network filtering method. Defaults to "TMFG"
Should bootgen function be used? Defaults to FALSE. Set to TRUE to constuction bootgen networks
bootgen
Should progress bar be displayed? Defaults to TRUE. Set to FALSE for no progress bar
Additional arguments to be passed to the network construction methods
Returns a list of networks for training (train) and testing (test) samples
# NOT RUN { samples <- splitsamp(neoOpen) nets <- splitsampNet(samples, method="TMFG") # }
Run the code above in your browser using DataLab