jar

nz.ac.waikato.cms.weka : localOutlierFactor

Maven & Gradle

Jul 23, 2013

localOutlierFactor · A filter that applies the LOF (Local Outlier Factor) algorithm to compute an outlier score for each instance in the data. Can use multiple cores/cpus to speed up the LOF computation for large datasets. Nearest neighbor search methods and distance functions are pluggable. For more information, see: Markus M. Breunig, Hans-Peter Kriegel, Raymond T. Ng, Jorg Sander (2000). LOF: Identifying Density-Based Local Outliers. ACM SIGMOD Record. 29(2):93-104.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : localOutlierFactor JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : localOutlierFactor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window localOutlierFactor-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.filters.unsupervised.attribute

├─ weka.filters.unsupervised.attribute.LOF.class - [JAR]

weka.classifiers.misc

├─ weka.classifiers.misc.LOF.class - [JAR]

Advertisement