API Reference¶
This is the class and function reference of stabilized-ica.
sica.base: Main class and function¶
Implement a stabilized version of the Independent Component Analysis algorithm. |
|
Plot "MSTD graphs" to help choose an optimal dimension for ICA decomposition. |
sica.mutualknn: Mutual K-Nearest Neighbors¶
|
Given two arrays X and Y or a precomputed distance matrix computes the undirected adjacency matrix using the Mutual Nearest Neighbors method. |
|
Given a list of data sets, draws the MNN graph with a networkx object (compatible with the software Cytoscape) |