1.  from here.

diagonalReturn specified diagonals.

diagflatCreate a 2-D array with the flattened input as a diagonal.

traceSum along diagonals.

triuUpper triangle of an array.

trilLower triangle of an array.

2. DTW distance. dtaidistance

from dtaidistance import dtw

ds = dtw.distance_matrix_fast(x)

3. sparce matrix in csr format.

4. Bug:        AttributeError: module 'community' has no attribute 'best_partition'

import community

但是安装包是不是安装community,而是安装pip intall python-louvain.

最新文章

  1. clientX .offsetX .screenX x 的区别
  2. ASP.NET Web API的Controller是如何被创建的?
  3. xamarin UWP ActivityIndicator
  4. 【原创】开源Math.NET基础数学类库使用(14)C#生成安全的随机数
  5. 5-Zend Studio配置
  6. WPF 常用样式
  7. 自动化测试用例getText()获取某一个元素的值返回null或空
  8. SpringBoot + SpringCloud学习踩坑实记
  9. Codeforces 811C Vladik and Memorable Trip (区间异或最大值) (线性DP)
  10. BeautifulReport 实现app UI自动化测试
  11. AngelToken——富有价值的区块链服务平台
  12. 利用jsoncpp将json字符串转换为Vector
  13. UUID简介
  14. TOJ-5395 大于中值的边界元素
  15. 二分搜索-HihoCoder1139
  16. How to get checksum by IAR
  17. Apache Roller 5.0.3 XXE漏洞分析
  18. 【转】ubuntu下修改文件夹权限
  19. yii2: oralce中文,有的汉字是2个字节,有的汉字是3个字节
  20. 关于Intel芯片架构的发展史

热门文章

  1. MySQL表名大小写敏感性
  2. 第6章.BitArray类
  3. 转换:使用vue-axios和vue-resource解决vue中调用网易云接口跨域的问题
  4. 将一个Head下的Line复制到另一个Head下(ef+linq)
  5. Photoshop Elements2020强势来袭,教你三秒钟拯救闭眼照
  6. 吴裕雄--天生自然HADOOP操作实验学习笔记:hbase学生选课案例
  7. C#排序算法的实现---选择排序
  8. Java数列循环右移
  9. Hadoop学习之路(9)ZooKeeper安装
  10. python 的eval函数