bioneuralnet.metrics.check_variance

Functions

network_remove_high_zero_fraction(network[, ...])

Removes rows and columns from a symmetric adjacency matrix where the fraction of zero entries is higher than a specified threshold.

network_remove_low_variance(network[, threshold])

Removes rows and columns from a symmetric adjacency matrix where the variance is below a specified threshold.

Classes

CheckVariance(dataframe)