Class CentroidManhattanDistance

  • All Implemented Interfaces:
    BIRCHDistance

    @Alias("D1")
    @Reference(authors="T. Zhang",
               title="Data Clustering for Very Large Datasets Plus Applications",
               booktitle="University of Wisconsin Madison, Technical Report #1355",
               url="ftp://ftp.cs.wisc.edu/pub/techreports/1997/TR1355.pdf",
               bibkey="tr/wisc/Zhang97")
    public class CentroidManhattanDistance
    extends java.lang.Object
    implements BIRCHDistance
    Centroid Manhattan Distance

    Reference:

    Data Clustering for Very Large Datasets Plus Applications
    T. Zhang
    Doctoral Dissertation, 1997.

    Since:
    0.7.5
    Author:
    Erich Schubert