Built-in Code for LOF Outlier Detection

ShubhaShubha MemberPosts:139Guru
edited November 2018 inHelp
Hi,

How can I see the built-in code for the operator, "LOFOutlierDetection"?

Also, is there a paper on which the code is built?

Thanks,
Shubha

Answers

  • TobiasMalbrechtTobiasMalbrecht Moderator, Employee, MemberPosts:294RM Product Management
    Hi,
    Shubha wrote:

    How can I see the built-in code for the operator, "LOFOutlierDetection"?
    Well, I'd suggest to have a look into the source code that is shipped with RapidMiner ...;).... seriously, have a look into the [tt]operators.xml[/tt], look for the entry of the operator, note the class in which the operator is implemented and then simply inspect that class ...
    Shubha wrote:

    Also, is there a paper on which the code is built?
    I don't know exactly, but I think it is build on:
    • Markus M. Breunig , Hans-Peter Kriegel , Raymond T. Ng , Jörg Sander, LOF: identifying density-based local outliers, Proceedings of the 2000 ACM SIGMOD international conference on Management of data, p.93-104, May 15-18, 2000, Dallas, Texas, United States
    Kind regards,
    Tobias
Sign InorRegisterto comment.