前言 在图论之中,衡量两个点之间的距离可以用多种测量方法。本文主要是总结几种相似性度量方法,主要内容参考自Wiki和Tsingke的博客(见参考部分)。 目录 1.欧式距离 2.标准化欧式距离 3.曼哈顿距离 4.切比雪夫距离 5.闵可夫斯基距离 6.马氏距离 7.夹角余弦 8.汉明距离 9.杰卡德 Read More
posted @ 2017-04-05 18:52 loadofleaf Views(1400) Comments(0) Diggs(0) Edit
前言:平均数是用来表示数据整体趋势的一个统计指标,本文参考wiki,采用一些简明的例子,主要是总结。 算术平均数(Arithmetic Mean) data = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]. result = 5.5. 几何平均数(Geometric Mean) Read More
posted @ 2017-04-04 18:20 loadofleaf Views(6905) Comments(0) Diggs(0) Edit
简介 Ansible其实是一个自动化管理工具,可以管理多台机器的自动化部署与安装。在python中,结合Ansible来试验任务多机执行功能,采用Master-Slave架构,首先检测网络状态,剔除不可用主机,然后进行负载均衡,然后实现数据集的分发与异步执行,在执行过程中,采用check point Read More
posted @ 2017-02-22 14:09 loadofleaf Views(3926) Comments(0) Diggs(0) Edit
简介 本实验主要测试如何编写一个简单的nginx第三方模块,以最简单的hello world模块为例,即在网页端输入http://localhost/helloworld, 网页端会显示hello world简单字符串,涉及到处理http请求与返回响应。 主要涉及内容:理解并使用nginx自定义数据 Read More
posted @ 2017-02-20 14:22 loadofleaf Views(332) Comments(0) Diggs(0) Edit
Environment:(CentOS 7) Download: Installation: (tree command can help you understand the construction of the directory) Start: Default Pages:(or http: Read More
posted @ 2017-02-17 18:21 loadofleaf Views(794) Comments(0) Diggs(0) Edit
型号 (使用chipGenius检测):(注意供应商和设备序列号) 下载量产工具 (SMI MPTool V2.5.48 v9(20160331)),运行文件sm32Xtest_V48-9_CN.exe,点击扫描,识别U盘 记住主控和闪存记忆体号 本U盘: 主控相关信息: SM3267AC ( SM Read More
posted @ 2017-01-17 15:35 loadofleaf Views(1858) Comments(0) Diggs(0) Edit
Download the zip file of cvx http://cvxr.com/cvx/download/ by downloading cvx-w64.zip Require a licence for academic use a file named cvx_license.dat Read More
posted @ 2016-12-20 14:55 loadofleaf Views(343) Comments(0) Diggs(0) Edit
Thanks http://www.matlabsky.com/thread-120-1-1.html Install directory $MatlabRoot\toolbox or >> matlabroot >> winopen(ans) 解压文件夹到toolbox文件夹里面 Set path Read More
posted @ 2016-12-20 14:32 loadofleaf Views(125) Comments(0) Diggs(0) Edit
Introduction Scientific Computing Tools for Python. Seen in Scipy.org. Environment Linux, CentOS 7 with KDE, python 2.7 Installation A simple demo to Read More
posted @ 2016-11-28 19:15 loadofleaf Views(361) Comments(0) Diggs(0) Edit
It's simple. Just want to say, "I'm back". Read More
posted @ 2016-11-28 18:27 loadofleaf Views(3053) Comments(0) Diggs(0) Edit