You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
5
5
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.
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 .
0 commit comments