Class ReferenceBasedOutlierDetection.Par

  • All Implemented Interfaces:
    elki.utilities.optionhandling.Parameterizer
    Enclosing class:
    ReferenceBasedOutlierDetection

    public static class ReferenceBasedOutlierDetection.Par
    extends java.lang.Object
    implements elki.utilities.optionhandling.Parameterizer
    Parameterization class.
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected elki.distance.NumberVectorDistance<? super elki.data.NumberVector> distance
      The distance function to use.
      private int k
      Number of nearest neighbors.
      static elki.utilities.optionhandling.OptionID K_ID
      The number of nearest neighbors of an object, to be considered for computing its REFOD_SCORE, must be an integer greater than 1.
      private elki.utilities.referencepoints.ReferencePointsHeuristic refp
      Stores the reference point strategy
      static elki.utilities.optionhandling.OptionID REFP_ID
      Parameter for the reference points heuristic.
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • REFP_ID

        public static final elki.utilities.optionhandling.OptionID REFP_ID
        Parameter for the reference points heuristic.
      • K_ID

        public static final elki.utilities.optionhandling.OptionID K_ID
        The number of nearest neighbors of an object, to be considered for computing its REFOD_SCORE, must be an integer greater than 1.
      • distance

        protected elki.distance.NumberVectorDistance<? super elki.data.NumberVector> distance
        The distance function to use.
      • k

        private int k
        Number of nearest neighbors.
      • refp

        private elki.utilities.referencepoints.ReferencePointsHeuristic refp
        Stores the reference point strategy
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(elki.utilities.optionhandling.parameterization.Parameterization config)
        Specified by:
        configure in interface elki.utilities.optionhandling.Parameterizer