Beispiel #1
0
def modul_arity(G, attribute):
    from correlationss import attribute_mixing_matrix
    M = attribute_mixing_matrix(G, attribute)
    return attribute_ac(M)
Beispiel #2
0
def modul_arity(G,attribute):
    from correlationss import attribute_mixing_matrix
    M = attribute_mixing_matrix(G,attribute)
    return attribute_ac(M)