Closed ryankzhu closed 9 months ago
Not directly, no; the data has to live in some vector space. If you can formulate it that way then tica should be (at least technically) applicable. You can also try vampnets to find a non-ragged embedding of your data and then use tica on top of that.
Okay thank you very much for the suggestion!
Hi, I am doing tica transformation on some featurised md trajectories of different lengths
List[np.ndarray] of shape (x, 15) where x differs
. I got the following error:I guess it's because I am having a ragged list of arrays that can't be converted to a single array. Is there a away to directly apply tica to such feature vectors?