Class AbstractNeighborhoodOutlier<O>

    • Field Detail

      • NEIGHBORHOOD_ID

        public static final OptionID NEIGHBORHOOD_ID
        Parameter to specify the neighborhood predicate to use.
    • Constructor Detail

      • AbstractNeighborhoodOutlier

        public AbstractNeighborhoodOutlier​(NeighborSetPredicate.Factory<O> npredf)
        Constructor
        Parameters:
        npredf - Neighborhood predicate
    • Method Detail

      • getNeighborSetPredicateFactory

        protected NeighborSetPredicate.Factory<O> getNeighborSetPredicateFactory()
        Get the predicate to obtain the neighbors.
        Returns:
        predicate to obtain the neighbors