GRID
Uniform Grid Datasets


GRID is a collection of datasets of points generated on an M-dimensional uniform grid, but with "holes".

The datasets are distinguished by the values of the following parameters:

The values of M, N and CENTER are specified in the dataset file names.

Note that, unless N is an Mth power of an integer, the program must generate a regular grid with too many points, and then omit some. Choosing which points to omit is done with a random number generator, whose actions are controlled by SEED.

The actual placement of the grid within the unit hypercube leaves some options for the use. It is easiest to describe the options in the 1 dimensional case, and in terms of where the first and last grid point are. Assuming we have N evenly spaced points to place between 0 and 1, the centering options are

Related Data and Programs:

GRID_DATASET is an interactive program used to generate these datasets. The program is available in a C++ version, and a FORTRAN90 version, and a MATLAB version,

PLOT_POINTS is a FORTRAN90 program which can create Encapsulated PostScript images (EPS) of some of the two dimensional datasets.

TABLE is a file format used to store the data.

TABLE_TOP is a FORTRAN90 program which can display pairwise coordinate plots of higher dimensional datasets.

Example dataset:

A typical (but small) dataset looks like this:

#  grid_02_00010_1.txt
#  created by GRID_DATASET.
#
#  File generated on May 16 2003  11:58:31.614 AM
#
#  Spatial dimension M =      2
#  Number of points N =     10
#  Initial seed =    123456789
#  Grid centering =      1
#
  0.000000  0.000000
  0.000000  1.000000
  0.333333  0.000000
  0.333333  0.333333
  0.333333  0.666667
  0.333333  1.000000
  0.666667  0.000000
  0.666667  0.666667
  1.000000  0.000000
  1.000000  1.000000
      

Datasets:

Datasets in M = 2 dimensions, with CENTER = 1, include:

Datasets in M = 2 dimensions, with CENTER = 2, include:

Datasets in M = 2 dimensions, with CENTER = 3, include:

Datasets in M = 2 dimensions, with CENTER = 4, include:

Datasets in M = 2 dimensions, with CENTER = 5, include:

Datasets in M = 7 dimensions, with CENTER = 1, include:

Datasets in M = 7 dimensions, with CENTER = 2, include:

Datasets in M = 7 dimensions, with CENTER = 3, include:

Datasets in M = 7 dimensions, with CENTER = 4, include:

Datasets in M = 7 dimensions, with CENTER = 5, include:

Datasets in M = 16 dimensions, with CENTER = 1, include:

Datasets in M = 16 dimensions, with CENTER = 2, include:

Datasets in M = 16 dimensions, with CENTER = 3, include:

Datasets in M = 16 dimensions, with CENTER = 4, include:

Datasets in M = 16 dimensions, with CENTER = 5, include:

You can go up one level to the DATASETS directory.


Last revised on 26 September 2005.