Class CacheDoubleDistanceInOnDiskMatrix.Par<O>

    • Field Detail

      • CACHE_ID

        public static final OptionID CACHE_ID
        Parameter that specifies the name of the directory to be re-parsed.
      • DISTANCE_ID

        public static final OptionID DISTANCE_ID
        Parameter that specifies the name of the directory to be re-parsed.
      • database

        private Database database
        Data source to process.
      • distance

        private Distance<? super O> distance
        Distance function that is to be cached.
      • out

        private java.nio.file.Path out
        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.

        Parameters:
        config - Parameterization