(2)子序列匹配(Subsequence Matching):参考序列长度比较小,而查询序列长度较大,在长序列中查找与参考序列最相似的子序列。
基于76个网页-相关网页
... 线性查找: find; find_if; adjacent_find; find_first_of. 子序列匹配: search; find_end; search_n. 计算元素个数: count; count_if. ...
基于1个网页-相关网页
Sliding window technique is employed in Subsequence Matching. And the idea of Minimum Bounding(hyper)-Rectangle is applied in storage structure.
本文在相似度量方法上主要研究改进的欧几里德距离公式,另外在子序列匹配中采用了滑动窗口技术,在存储结构上采用了最小边界矩形(MBR)的存储思想。
参考来源 - 时间序列数据相似模式挖掘的研究与应用·2,447,543篇论文数据,部分数据来源于NoteExpress
该算法利用高效的索引方法,达到快速的匹配,解决了多序列的子序列匹配问题。
Using an efficient index method, people can get a fast matching, and have solved the subsequence matching of multi -subsequence.
返回以前匹配项的子序列。
替换字符串可能包含对在之前的匹配中捕获的子序列的引用。
The replacement string may contain references to subsequences captured during the previous match.
应用推荐