Skip to content

Commit b1505c8

Browse files
author
Zhuge Chen
committed
updated readme.md
1 parent 4e71b09 commit b1505c8

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

README.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
# C-based Implementation of LogCluster Algorithm
1+
# 基于文字密度的文本数据挖掘工具
22

3-
**How to manually compile the source files:**
4-
In terminal, change directory to this folder and execute "gcc -O2 -o logclusterc *.c" command. The executable file named "logclusterc" then will be generated.
3+
运行环境:Linux
4+
如何编译:下载源文件后,命令行输入 gcc -O2 -o logclusterc *.c
55

6-
LogCluster is a density-based data clustering algorithm for event logs, introduced by Risto Vaarandi and Mauno Pihelgas in 2015.
7-
8-
A detialed discussion of the LogCluster algorithm can be found in the paper (http://ristov.github.io/publications/cnsm15-logcluster-web.pdf) published at CNSM 2015.
6+
此工具基于Risto Vaarandi和Mauno Pihelgas发明的LogCluster算法,这是一个基于文本密度的数据挖掘算法,主要应用于大规模日志的模式分析。
97

10-
The C-based implementation of LogCluster algorithm is called LogClusterC.
8+
LogCluster算法的Perl版本: https://github.com/ristov/logcluster/
119

12-
LogClusterC borrows lots of source code from another open source data mining tool SLCT: http://ristov.github.io/slct/ .
13-
14-
The information of LogCluster algorithm and its prototype implementation in Perl: http://ristov.github.io/logcluster/ .
15-
16-
The history versions of LogCluster in Perl: https://github.com/ristov/logcluster/releases .
17-
18-
All the functions in LogCluster Perl version 0.03 are supported in LogClusterC. The basic functions and heuristics functions (options: --input, --rsupport,
19-
--support, --aggrsup, --wweight) are tested via various experiments in thesis.
20-
21-
The corresponding thesis,the bash script to run the experiment and the raw plain text outputs in the experiment are stored in another GitHub repository: https://github.com/zhugehq/thesis-project-logclusterc-experiment-data .
10+
LogCluster算法的前身SLCT算法:http://ristov.github.io/slct/

0 commit comments

Comments
 (0)