Open mheskett opened 1 week ago
Hi! Yes, you are correct that ClaSP takes a 1-dimensional vector with time points. The assumption is that the data is recorded in equidistant time steps, e.g. every few milliseconds. If you have data with specific unevenly recorded timestamps, I would suggest that you first synchronise, resample, or impute the data to make it equidistant and then pass it to ClaSP for segmentation.
Hi there. Very nice work! I am wondering if theres any way to handle missing data or uneven time intervals. Am I correct to assume that currently you just pass in a 1 Dimensional vector with no indication of which time points were taken? For example in the real world we might be able to take time points at 1minute, 2 minutes, and then 8 minutes, but nothing in between.