Time warping algorithm is used often in similarity measure of time series with different lengths. 

The question is can we use this method for similarity measure of 2 feature vectors with non equal length??

For example suppose that we have features of some people and want to classify them. But the feature vectors is not equal. For some patients we have some feature such as age, height, weight , ... but for some others we dont have some of those features. 

Can dynamic time warping be used here??

Thanks all...

Similar questions and discussions