Class GLOSH

  • All Implemented Interfaces:
    Algorithm, OutlierAlgorithm

    @Title("GLOSH: Global-Local Outlier Scores from Hierarchies")
    @Description("The GLOSH outlier score assigned is based on a sound statistical interpretation from the HDBSCAN hierarchy.")
    @Reference(authors="R. J. G. B. Campello, D. Moulavi, A. Zimek, J. Sander",
               title="Hierarchical Density Estimates for Data Clustering, Visualization, and Outlier Detection",
               booktitle="ACM Trans. Knowl. Discov. Data 10(1)",
               url="https://doi.org/10.1145/2733381",
               bibkey="DBLP:journals/tkdd/CampelloMZS15")
    public class GLOSH
    extends java.lang.Object
    implements OutlierAlgorithm
    Global-Local Outlier Scores from Hierarchies.

    The method for the outlier detection module unifies both the global and local flavors of the outlier detection problem into a single definition of an outlier detection measure.

    Reference:

    R. J. G. B. Campello, D. Moulavi, A. Zimek, J. Sander
    Hierarchical Density Estimates for Data Clustering, Visualization, and Outlier Detection
    ACM Trans. Knowl. Discov. Data 10(1)

    Since:
    0.8.0
    Author:
    Braulio V.S. Vinces (ELKIfication)