项目作者: TakatoHonda

项目描述 :
This is a C-code of CubeMarker:Multi-Aspect Mining of Complex Sensor Sequences accepted for ICDM'19 as a regular paper.
高级语言: C
项目地址: git://github.com/TakatoHonda/CubeMarker.git
创建时间: 2020-02-11T02:00:05Z
项目社区:https://github.com/TakatoHonda/CubeMarker

开源协议:MIT License

下载


Version: March 27, 2018
Author: Takato Honda (takato@sanken.osaka-u.ac.jp)

Introduction

This is a code of CubeMarker, which finds multi-aspect patterns and groups of patterns, written in C. CubeMarker is accepted as a regular paper for ICDM’19, entitled “Multi-Aspect Mining of Complex Sensor Sequences”.
overview

Quick demo

(a) CubeMarker for a demo data

  1. sh demo.sh

(b) Visualization (Matlab code)

  1. matlab -r 'plots_all'

Clean up all files

  1. make clean

CubeMarker outputs

-————-
i|r|m|Cost
-————-
1 1 33 1009418
2 2 412 1199212
3 3 583 1161483
4 3 583 1161483

  • i: # of iterations
  • r: # of regimes (groups of patterns)
  • m: # of segments (patterns)
  • Cost: Total cost of the result

Files and directories

  • _dat/: demo data
  • _list/: demo data list
  • _demo/: demo result figs
  • _out/: output directory
    • _out/[#]/: result for each iteration
      • _out/[#]/input: input files list
      • _out/[#]/model.[#]: HMM parameters
      • _out/[#]/segment.[#]: segments info
      • _out/[#]/segment.labels: regime info