Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fixes #704
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Feb 23, 2016
1 parent f57646c commit cbaeea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyemma/coordinates/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def tica(data=None, lag=10, dim=-1, var_cutoff=0.95, kinetic_map=True, stride=1,
dimensions (see epsilon) will be used, unless set by dim. Setting
var_cutoff smaller than 1.0 is exclusive with dim
kinetic_map : bool, optional, default False
kinetic_map : bool, optional, default True
Eigenvectors will be scaled by eigenvalues. As a result, Euclidean
distances in the transformed data approximate kinetic distances [4]_.
This is a good choice when the data is further processed by clustering.
Expand Down

0 comments on commit cbaeea3

Please sign in to comment.