Skip to content

Commit 7a94307

Browse files
committed
[nb00] explain variance cutoff, kinetic map scaling.
fixes #146
1 parent 19762fb commit 7a94307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/00-pentapeptide-showcase.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"\n",
232232
"### TICA\n",
233233
"\n",
234-
"The goal of the next step is to find a function that maps the usually high-dimensional input space into some lower dimensional space that captures the important dynamics. The recommended way of doing so is a time-lagged independent component analysis (TICA), <a id=\"ref-4\" href=\"#cite-tica2\">molgedey-94</a>, <a id=\"ref-5\" href=\"#cite-tica\">perez-hernandez-13</a>. We perform TICA (with kinetic map scaling) using the lag time obtained from the VAMP-2 score. \n",
234+
"The goal of the next step is to find a function that maps the usually high-dimensional input space into some lower dimensional space that captures the important dynamics. The recommended way of doing so is a time-lagged independent component analysis (TICA), <a id=\"ref-4\" href=\"#cite-tica2\">molgedey-94</a>, <a id=\"ref-5\" href=\"#cite-tica\">perez-hernandez-13</a>. We perform TICA (with kinetic map scaling) using the lag time obtained from the VAMP-2 score. The other values are kept at their default parameters, which will use as many dimensions in order to preserve $95\\%$ of the kinetic variance. By kinetic map scaling we ensure that Euclidean distances in the projected space approximate kinetic distances, which is a desirable property for clustering in this space.\n",
235235
"\n",
236236
"Please note that the general `PyEMMA` API is consistant for all estimators. By calling the TICA estimator with the data (`tica = pyemma.coordinates.tica(torsions_data)`), the estimation is done and an estimator instance returned (`tica`); this object contains all the information about the specific transformation. For small systems, we can access the transformed data by calling `tica.get_output()`. For large systems, we recommend to pass the `tica` object itself into the subsequent stages, e.g., clustering."
237237
]
@@ -1636,7 +1636,7 @@
16361636
"name": "python",
16371637
"nbconvert_exporter": "python",
16381638
"pygments_lexer": "ipython3",
1639-
"version": "3.6.3"
1639+
"version": "3.6.6"
16401640
},
16411641
"toc": {
16421642
"base_numbering": 1,

0 commit comments

Comments
 (0)