Skip to content
#

networks

Here are 611 public repositories matching this topic...

loftusa
loftusa commented May 1, 2021

This test passes:

from <graspologic's tests/test_mase.py module> import make_train_undirected

def test_scores_equal():
    """
    This shows a better way of calculating scores, proving that the list comprehension
    and matrix multiplication method produce the same result.
    """
    A = np.asarray(make_train_undirected())
    mase = MultipleASE().fit(A)
    Uhat = mase.latent

Improve this page

Add a description, image, and links to the networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the networks topic, visit your repo's landing page and select "manage topics."

Learn more