Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 554 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 554 Bytes

Code for KDD 2017

Paper Name: Distributed Local Outlier Detection in Big Data

This paper contains three Distributed LOF implementations: PDLOF, DDLOF and DDLOF-Early.

PDLOF: https://github.com/yizhouyan/PDLOF DDLOF: https://github.com/yizhouyan/DDLOF DDLOF-Early: https://github.com/yizhouyan/DDLOFOptimized

All implemented using Java 1.7 and Hadoop 2.6, please first check the configurations of your cluster.

To run the code, see the sample configuration files under directory conf/.

If you find any problems, please contact [email protected].