Neural Network Filter
Applies a network filtering methodology to neural network array.
Removes edges from the neural network output from convertConnBrainMat
using a network filtering approach
neuralnetfilter( neuralarray, method = c("TMFG", "MaST", "ECOplusMaST", "ECO", "threshold"), progBar = TRUE, ... )
neuralarray |
Array from |
method |
Filtering method to be applied |
progBar |
Should progress bar be displayed?
Defaults to |
... |
Additional arguments from network filtering methods |
Returns an array of n x n x m filtered matrices
Alexander Christensen <alexpaulchristensen@gmail.com>
## Not run: neuralarray <- convertConnBrainMat() filteredneuralarray <- neuralnetfilter(neuralarray, method = "threshold", thresh = .50) dependencyarray <- depna(neuralarray) filtereddependencyarray <- neuralnetfilter(dependencyarray, method = "TMFG", depend = TRUE) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.