Package elki.result

Class ClusteringVectorDumper.Par

    • Field Detail

      • OUT_ID

        public static final OptionID OUT_ID
        Output file name parameter.
      • APPEND_ID

        public static final OptionID APPEND_ID
        Append flag.
      • FORCE_LABEL_ID

        public static final OptionID FORCE_LABEL_ID
        Force label parameter.
      • outputFile

        private java.nio.file.Path outputFile
        Output file.
      • forceLabel

        private java.lang.String forceLabel
        Optional label to force for this output.
      • append

        private boolean append
        Always append to the output file.
    • 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 ClusteringVectorDumper 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