diff --git a/index.html b/index.html index 62572e22..5f693c19 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ mkMenu("gismo", "GISMO"); mkMenu("manu", "MANUAL"); mkMenu("tuts", "TUTORIAL"); + // mkMenu("plumed_tuts", "PLUMED"); diff --git a/pages/plumed_tuts.html b/pages/plumed_tuts.html new file mode 100644 index 00000000..2d2a5a31 --- /dev/null +++ b/pages/plumed_tuts.html @@ -0,0 +1,21 @@ + + +
+ Both of these strategies can also be run in PLUMED +
+ + ++ The SelectRandomFrames allows user to select a small, representative subset of the high-dimensional data randomly, so that dimensionality reduction can be performed more effectively. USE_ALL_DATA can be replaced with RUN=ii (a number) to use datapoints only after ii steps while selecting randomly from the data. +
++ METRIC options specify the distance function employed, RANDOM keyword is used to specify the Random Sampling method to be employed and N is used for the number of landmarks to be selected. LIST_FILE is used to specify the output file where the landmarks are generated. SEED specifies the seed for the random number generator. It should be given different values for different runs. You can download the example file, the plumed input file and the script to prepare the input file as a tarball. +
+ ++ The FarthestPointSampling allows user to select a small, representative subset of the high-dimensional data using Farthest Point Sampling technique. All the parameters remain same as defined in Random Sampling method except the key word FPS is used instead of RANDOM +
++ Apart from the above mentioned strategies, there are some more strategies which can be used to select the landmarks when running the sketchmap algorithm with PLUMED. +
++ The Stride Sampling allows user to select a representative subset of the high-dimensional data using strides of predefined constant step length. +
++ +
++ The StagedSampling allows user to select a representative subset of the high-dimensional data using Staged Sampling technique. All the parameters remain same as defined in Random Sampling method except the key word STAGED is used and another parameter GAMMA is specified which determines TODO. +
++ +
++ The sketchmap can also be run under PLUMED framework. The following code explains the functionality available in the current implementation of the sketchmap algorithm in PLUMED. +
++ Following code uses all dataset to run the sketch-map optimization which is decsribed in detail below. +
+
diff --git a/sitemap.xml b/sitemap.xml
index 4b9adacb..2f66fec6 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -13,6 +13,11 @@