HomeSort by relevance Sort by last modified time
    Searched full:numerical_node_match (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/isomorphism/
matchhelpers.py 11 'numerical_node_match',
161 >>> nm = iso.numerical_node_match('weight', 1.0)
162 >>> nm = iso.numerical_node_match(['weight', 'linewidth'], [.25, .5])
166 def numerical_node_match(attr, default, rtol=1.0000000000000001e-05, atol=1e-08): function
180 numerical_edge_match = copyfunc(numerical_node_match, 'numerical_edge_match')
209 numerical_node_match.__doc__ = numerical_doc
isomorph.py 207 numerical_node_match, numerical_edge_match, numerical_multiedge_match

Completed in 947 milliseconds