Class ParallelGeneralizedDBSCAN.Instance.Mapper

  • All Implemented Interfaces:
    elki.parallel.processor.Processor.Instance
    Enclosing class:
    ParallelGeneralizedDBSCAN.Instance<T>

    private class ParallelGeneralizedDBSCAN.Instance.Mapper
    extends java.lang.Object
    implements elki.parallel.processor.Processor.Instance
    Instance to process part of the data set, for a single iteration.
    Author:
    Erich Schubert
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void map​(elki.database.ids.DBIDRef id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • map

        public void map​(elki.database.ids.DBIDRef id)
        Specified by:
        map in interface elki.parallel.processor.Processor.Instance