美文网首页
python中show矩阵

python中show矩阵

作者: Aerio_不要坐井观天 | 来源:发表于2018-10-09 19:54 被阅读0次

问题:Matlab中的images 可以轻松方便的把相似度矩阵之类的展示出来,但是python中好像并没有类似的矩阵。(有机会调研一下,写一个自己的工具)
import seaborn as sns
import matplotlib.pyplot as pat
sis.heatmap(similarity, annot=True, max=1, square=True, cmap="Blues")
更多参考:https://blog.csdn.net/cymy001/article/details/79576019

相关文章

网友评论

      本文标题:python中show矩阵

      本文链接:https://www.haomeiwen.com/subject/azkyaftx.html