Class ReferenceBasedOutlierDetection.Par

    • Field Detail

      • REFP_ID

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

        public static final 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.
      • k

        private int k
        Number of nearest neighbors.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Specified by:
        configure in interface Parameterizer
        Parameters:
        config - Parameterization
      • make

        public ReferenceBasedOutlierDetection make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Specified by:
        make in interface Parameterizer
        Returns:
        a new instance