<?phpnamespace app\admin\controller;use app\admin\model\Esones;
use app\common\lib\ES;
use think\Controller;
use think\Request;class Esone extends Controller
{/*** 显示资源列表** return \think\Response*///创建索引public function index(){//视图渲染retur…
Dynamic Time Warping(DTW)诞生有一定的历史了(日本学者Itakura提出),它出现的目的也比较单纯,是一种衡量两个长度不同的时间序列的相似度的方法。应用也比较广,主要是在模板匹配中,…