# DTW python **Repository Path**: hamsecret/DTW-python ## Basic Information - **Project Name**: DTW python - **Description**: 动态时间扭曲算法(DTW)的python实现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-04-15 - **Last Updated**: 2023-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DTW python #### 介绍 动态时间扭曲算法(DTW)的python实现 #### 算法说明 用于计算两个序列的相似度 借鉴了https://github.com/pierre-rouanet/dtw 进行了一定的精简