布谷鸟算法python代码,基于xinshe Yang的matlab m文件改编
2019-12-21 20:33:48 3KB cuckoo search python
1
Part I Metric Searching in a Nutshell Overview 3 1. FOUNDATIONS OF METRIC SPACE SEARCHING 5 1 The Distance Searching Problem 6 2 The Metric Space 8 3 Distance Measures 9 3.1 Minkowski Distances 10 3.2 Quadratic Form Distance 11 3.3 Edit Distance 12 3.4 Tree Edit Distance 13 3.5 Jaccard’s Coefficient 13 3.6 Hausdorff Distance 14 3.7 Time Complexity 14 4 Similarity Queries 15 4.1 Range Query 15 4.2 Nearest Neighbor Query 16 4.3 Reverse Nearest Neighbor Query 17 4.4 Similarity Join 17 4.5 Combinations of Queries 18 4.6 Complex Similarity Queries 18 5 Basic Partitioning Principles 20 5.1 Ball Partitioning 20 5.2 Generalized Hyperplane Partitioning 21 5.3 Excluded Middle Partitioning 21 5.4 Extensions 21 6 Principles of Similarity Query Execution 22 6.1 Basic Strategies 22 6.2 Incremental Similarity Search 25 7 Policies for Avoiding Distance Computations 26 7.1 Explanatory Example 27 7.2 Object-Pivot Distance Constraint 28 7.3 Range-Pivot Distance Constraint 30 7.4 Pivot-Pivot Distance Constraint 31 7.5 Double-Pivot Distance Constraint 33 7.6 Pivot Filtering 34 8 Metric Space Transformations 35 8.1 Metric Hierarchies 36 8.1.1 Lower-Bounding Functions 36 8.2 User-Defined Metric Functions 38 8.2.1 Searching Using Lower-Bounding Functions 38 8.3 Embedding Metric Space 39 8.3.1 Embedding Examples 39 8.3.2 Reducing Dimensionality 40 9 Approximate Similarity Search 41 9.1 Principles 41 9.2 Generic Algorithms 44 9.3 Measures of Performance 46 9.3.1 Improvement in Efficiency 46 9.3.2 Precision and Recall 46 9.3.3 Relative Error on Distances 48 9.3.4 Position Error 49 10 Advanced Issues 50 10.1 Statistics on Metric Datasets 51 10.1.1 Distribution and Density Functions 51 10.1.2 Distance Distribution and Density 52 10.1.3 Homogeneity of Viewpoints 54 10.2 Proximity of Ball Regions 55 10.3 Performance Prediction 58 Contents ix 10.4 Tree Quality Measures 60 10.5 Choosing Reference Points 63 2. SURVEY OF EXISTING APPROACHES 67 1 Ball Partitioning Methods 67 1.1 Burkhard-Keller Tree 6
2019-12-21 20:21:18 11.65MB 相似性 搜索 查找 尺度空间方法
1
kibana sample测试数据,sample中所有的数据分析来源于此。
2019-12-21 20:19:39 14.29MB kibana elastic search
1
Clustering by fast search and find of density peaks的matlab实现代码的有注释版本,带有一个测试数据集,可以用来学习参考。
2019-12-21 20:13:36 5.96MB clustering matlab density peak
1
XinShe Yang教授提出的Cuckoo Search优化算法Matlab原代码,可用于全局优化,并附有算法原理的文章及测试函数,供大家参考学习。
2019-12-21 20:12:09 218KB 优化算法 群集智能
1
搜索引擎经典书籍 This book provides an overview of the important issues in information retrieval, and how those issues affect the design and implementation of search engines. Not every topic is covered at the same level of detail. We focus instead on what we consider to be the most important alternatives to implementing search engine components and the information retrieval models underlying them. Web search engines are obviously a major topic, and we base our coverage primarily on the technology we all use on the Web,1 but search engines are also used in many other applications. That is the reason for the strong emphasis on the information retrieval theories and concepts that underlie all search engines.
2019-12-21 20:11:40 26.71MB Search Engines W.Bruce 搜索
1
Eugeniusz Nowicki * Czeslaw Smutnicki
2019-12-21 20:02:53 2.63MB Taboo Search Nowicki
1
这是我们人工智能课程大作业,pacman吃豆人的代码实现,实测满分通过,代码有注释,易理解,欢迎大家一起学习
2019-12-21 20:02:23 219KB 人工智能 pacman AIMA search.py
1
目前国内各网站没有可执行的共享tabu算法,刚从国外网站下载,希望能帮助大家,再也不用跪求了! 使用时请遵守版权规定,可以作为学习之用!
2019-12-21 20:02:09 7KB tabu search code
1
Tabu Search - F. Glover, M. Laguna (Kluwer, 1997)
2019-12-21 19:51:27 4.59MB Tabu Search
1