bioneuralnet.utils.notebook_example

Functions

compare_clusters(louvain_clusters, ...[, ...])

Compare clusters from two methods by computing the correlation for each induced subnetwork.

evaluate_rf_classifier(X, y)

evaluate_rf_regressor(X, y)

plot_embeddings(embeddings[, node_labels, ...])

plot_network(adjacency_matrix[, ...])

Plots a network graph from an adjacency matrix with improved visualization.

plot_performance(embedding_result, raw_rf_acc)