Class ExternalDoubleOutlierScore.Par

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.net.URI file
      The file to be reparsed
      static OptionID FILE_ID
      Parameter that specifies the name of the file to be re-parsed.
      static OptionID ID_ID
      Parameter that specifies the object ID pattern
      private java.util.regex.Pattern idpattern
      object id pattern
      private boolean inverted
      Inversion flag.
      static OptionID INVERTED_ID
      Flag parameter for inverted scores.
      private ScalingFunction scaling
      Scaling function to use
      static OptionID SCALING_ID
      Parameter to specify a scaling function to use.
      static OptionID SCORE_ID
      Parameter that specifies the object score pattern
      private java.util.regex.Pattern scorepattern
      object score pattern
    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Field Detail

      • FILE_ID

        public static final OptionID FILE_ID
        Parameter that specifies the name of the file to be re-parsed.
      • ID_ID

        public static final OptionID ID_ID
        Parameter that specifies the object ID pattern
      • SCORE_ID

        public static final OptionID SCORE_ID
        Parameter that specifies the object score pattern
      • SCALING_ID

        public static final OptionID SCALING_ID
        Parameter to specify a scaling function to use.
      • INVERTED_ID

        public static final OptionID INVERTED_ID
        Flag parameter for inverted scores.
      • file

        private java.net.URI file
        The file to be reparsed
      • idpattern

        private java.util.regex.Pattern idpattern
        object id pattern
      • scorepattern

        private java.util.regex.Pattern scorepattern
        object score pattern
      • inverted

        private boolean inverted
        Inversion flag.
    • 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 ExternalDoubleOutlierScore 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