-
Notifications
You must be signed in to change notification settings - Fork 16
/
README.txt
21 lines (16 loc) · 983 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=================================================================================
M-Zoom: Fast Dense-Block Detection in Tensors with Quality Guarantees
Authors: Kijung Shin, Bryan Hooi, and Christos Faloutsos
Version: 2.0
Date: Nov 8, 2016
Main Contact: Kijung Shin ([email protected])
This software is free of charge under research purposes.
For commercial purposes, please contact the author.
=================================================================================
M-Zoom (Multidimensional Zoom) and M-Biz (Multidimensional Bi-directional Zoom) are algorithms for detecting dense subtensors.
They have the following properties:
- scalable: scales almost linearly with all input factors
- provably accurate: provides high accuracy in real data as well as theoretical guarantees
- flexible: supports high-order tensors, various density measures, multi-subtensor detection, and size bounds
For detailed information, see 'user_guide.pdf'
For demo, type 'make'