未验证 提交 a82f2b5d 编写于 作者: rictjo's avatar rictjo 提交者: GitHub

Update README.md

上级 82cce1dc
......@@ -864,14 +864,14 @@ We know by heart that a triagonal mesh with a link length of one is fully connec
Rs = np.array( [ a*n+b*m for n,m in zip(Nx.reshape(-1),My.reshape(-1)) ] )
return ( Rs )
from clustering import absolute_coordinates_to_distance_matrix as c2D
D = c2D( generate_plaque(N=3))
#
# CONNECTIVITY CONSTRUCTION
print ( imph.reformat_hierarchy_matrix_results ( *imph.hierarchy_matrix( D ).values() ) )
#
# SCIPY LINKAGE CONSTRUCTION
print ( scipylinkages(D,'min',bStrKeys=False) )
from clustering import absolute_coordinates_to_distance_matrix as c2D
D = c2D( generate_plaque(N=3))
#
# CONNECTIVITY CONSTRUCTION
print ( imph.reformat_hierarchy_matrix_results ( *imph.hierarchy_matrix( D ).values() ) )
#
# SCIPY LINKAGE CONSTRUCTION
print ( scipylinkages(D,'min',bStrKeys=False) )
```
which readily tells us that
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册