Purpose

Implement a good user aggregation and classification.

or to assess the interrelation patterns between user profiles.

Data

i. daily temperature and load profiles sampled at hourly for one year.

ii. 2201 customers

iii.

Methodology

1. correlation matrix R of all pairs of users;

2. transform the correlation matrix R into a distance matrix D;

?? why?因为相似度和距离是反的, 相似度越大,距离越近, 显然以距离作为边权重更合适.

3. network construction;

each user is a node; the weighted connections are established between all of them; weight eij = Dij.

4. extract the MST network

Kruskal's algorithm

5. community detection

Newman.

Results

1. raw data: 各种distribution; average curve.

2. distance matrix: 热度图;

3. peak time??

4. 缺少与其他方法的比较,也没有说明具体分为了多少类,每个类的实际time series pattern是啥.反正乱七八糟的,生气.

最新文章

  1. test1.xlsx
  2. Pegasos: Primal Estimated sub-GrAdient Solver for SVM
  3. Linux远程传输命令之scp使用方法
  4. hibernate的save()和persit()之间的区别
  5. java复习-多线程
  6. Debian 安装 vmware-tools 手记
  7. BZOJ4424: Cf19E Fairy
  8. MySQL 中基于 XA 实现的分布式事务
  9. SpringBoot整合Jsp和Thymeleaf (附工程)
  10. Hybrid App—Hybrid App开发模式介绍和各种开发模式对比
  11. Jenkins redeploy artifacts
  12. HDU 2075 A|B?
  13. Android x86 下运行纯ARM版APP
  14. 【svn】svn的使用
  15. WEB UI 界面打印PDF
  16. DevExpress DateEdit控件选择精确到秒
  17. 全面认识一下.NET 4.0的缓存功能 (转)
  18. NGINX宏观手记(变量|配置)
  19. Oracle如何实现跨库查询
  20. sencha touch JsonP 自动提示消息 masked

热门文章

  1. P2256 一中校运会之百米跑
  2. spring boot 集成 Mybatis,JPA
  3. Dijkstra+SPFA 模板
  4. Python If&字典 初学者笔记
  5. Spark学习之路 (八)SparkCore的调优之开发调优[转]
  6. 思科命令 service password-encryption
  7. Java文件与流测试
  8. Java(三)String类
  9. LINUX 概述
  10. bugku-求getshell(文件上传)