Class LOFProcessor

  • All Implemented Interfaces:
    Processor

    public class LOFProcessor
    extends AbstractDoubleProcessor
    Processor for computing the LOF.
    Since:
    0.7.0
    Author:
    Erich Schubert
    • Field Detail

      • noself

        private boolean noself
        Exclude object itself from computation.
    • Constructor Detail

      • LOFProcessor

        public LOFProcessor​(DataStore<? extends KNNList> knns,
                            DoubleDataStore lrds,
                            boolean noself)
        Constructor.
        Parameters:
        knns - k nearest neighbors
        lrds - Local reachability distances
        noself - Exclude self from neighbors