| This is part of the analysis module |
Select a random set of landmarks from a large set of configurations.
- Examples
- Glossary of keywords and components
- The data to analyze can be the output from another analysis algorithm
USE_OUTPUT_DATA_FROM | use the output of the analysis performed by this object as input to your new analysis object |
- Compulsory keywords
NLANDMARKS | the number of landmarks that you would like to select |
SEED | ( default=1234 ) a random number seed |
- Options
SERIAL | ( default=off ) do the calculation in serial. Do not use MPI |
LOWMEM | ( default=off ) lower the memory requirements |
NOVORONOI | ( default=off ) do not do a Voronoi analysis of the data to determine weights of final points |
IGNORE_WEIGHTS | ( default=off ) ignore the weights in the underlying analysis object
|