项目作者: giuse

项目描述 :
Memory-efficient Centroid Decomposition for NMatrix
高级语言: Ruby
项目地址: git://github.com/giuse/centroid_decomposition.git
创建时间: 2016-06-18T11:29:29Z
项目社区:https://github.com/giuse/centroid_decomposition

开源协议:MIT License

下载


Memory-Efficient Centroid Decomposition

As seen in:

  • Mourad Khayati, Michael H. Böhlen, and Johann Gamper. “Memory-Efficient Centroid Decomposition for Long Time Series.” In IEEE 30th International Conference on Data Engineering, Chicago, ICDE 2014, IL, USA, March 31 - April 4, 2014, 100–111, 2014. Bibtex PDF

More info:

Paper errata:

  • Pag 105, algo SSV, search nexe element:
    vi.abs > val should be vi.abs > val.abs
  • Pag 106, example 3, second iteration:
    use Z(2) to compute both S(2) and V(2)