Inactive Application detector engine add 96/61696/5
authorAndrey Glushkov <a.glushkov@samsung.com>
Thu, 10 Mar 2016 01:58:15 +0000 (10:58 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 14 Apr 2016 06:01:39 +0000 (23:01 -0700)
commit40f1bf7df060fe672e1645c225ffb52f29d43a8f
treeab7b0aea29a8f37f18a179157ad6c51cddb26a9f
parentf9c4591fee76e7e536088d1d8c9512463104caa0
Inactive Application detector engine add

Change-Id: I409ec771a2287c66f406f7af3c4959a029e37079
Signed-off-by: Andrey Glushkov <a.glushkov@samsung.com>
15 files changed:
src/statistics/app/app_inactive_detector/app_inactive_detector.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/app_inactive_detector.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/app_inactive_detector_types.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_classificator.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_classificator.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_classificator_kmeans.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_classificator_kmeans.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_classificator_kmeans_types.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_storage.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_storage.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_storage_queries.h [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_weight.cpp [new file with mode: 0644]
src/statistics/app/app_inactive_detector/inactive_detector_weight.h [new file with mode: 0644]