近邻算法,nearest neighbor algorithm
1)nearest neighbor algorithm近邻算法
1.Aiming at this problem and based on the true data of a certain company,the time series prediction by periods-model and case-based nearest neighbor algorithm was proposed,then their results are compared.针对这个问题,以某电信公司一年的实际话务数据为基础,分别采用周期模型和基于实例的近邻算法进行话务量时间序列预测,并对比分析了两种预测方法的效果。
英文短句/例句

1.Predicting outer membrane proteins based on kernel nearest neighbor algorithm预测外膜蛋白的核最近邻算法(英文)
2.Multi segment and multi orientation nearst neighbor solving TSP基于分段多方位近邻算法求解TSP问题
3.Kernel nearest neighbour algorithm for predicting protein-protein interactions蛋白质相互作用预测的核最近邻算法
4.An application of K-nearest neighbor algorithm for the teaching of web page classificationK近邻算法在教学网页分类中的应用
5.Design and Simulation of Positioning Method Based on k-nearest Neighbors Algorithm基于k-近邻算法的定位方法设计和仿真
6.Research on K Nearest Neighbors Algorithm under the Indoor WLAN基于K近邻算法的WLAN室内定位技术研究
7.Algorithm Research on Nearest Neighbor Query and Reverse Nearest Neighbor Query最近邻查询和反最近邻查询算法研究
8.The Approximate Proximal Algorithms for Maximal Monotone Operators in Banach Spaces;Banach空间中极大单调算子的近似邻近点算法
9.An Improved Adaptive K Near Neighbor Clustering Algorithm一种改进的自适应K近邻聚类算法
10.INEXACT PROXIMAL POINT ALGRITHM FOR MINIMIZATION OF DC FUNCTION;DC函数优化问题的非精确邻近点算法
11.Detecting community structure based on shared nearest neighbor基于共享最近邻探测社团结构的算法
12.Research on k-nearest NeighBor Search Algorithm in P2PP2P环境中k最近邻搜索算法研究
13.Item-based Non-neighbouring Sequential Pattern Recommendation Algorithms基于项目的非邻近序列模式推荐算法
14.A reverse nearest neighbor search algorithm in metric space一种度量空间中的可逆近邻搜索算法
15.Research on Structured P2P Routing Algorithm Based on Proximity基于邻近度的结构化P2P路由算法研究
16.Study on KNN arithmetic based on cluster基于簇的K最近邻(KNN)分类算法研究
17.Simulation of face recognition algorithm based on WTPCA and 3-neighbor classificationWTPCA和三阶近邻的人脸识别算法仿真
18.An Ameliorated SYM Classifying Algorithm Combined with kNN一种改进的结合K近邻法的SVM分类算法
相关短句/例句

nearest neighbor algorithm最邻近算法
1.Based on the K nearest neighbor algorithm,an improved method was proposed for selecting genes-related documents from biology literature,and then automatically annotating and classifying.在K最邻近算法的基础上,采用了Chi-Square特征选择方案,并且在加权算法中突出了Chi-Square的选择特点。
3)proximal point algorithm邻近点算法
1.The convergence analysis of an approximate proximal point algorithm for monotone variational inequalities求解单调变分不等式的近似邻近点算法的收敛性分析
2.Proximal point algorithms(PPA) arc attractive methods solving monotone variational inequalities(VI).邻近点算法(PPA)是求解单调变分不等式的一种常用的有效方法。
3.An approximate proximal point algorithm for solving monotone variational inequalities is constructed,and the convergence of the algorithm is proved under the condition that any indirect step is not required.给出求解单调变分不等式问题的一个近似邻近点算法,在不需要任何中间步骤的条件下证明算法的收敛性。
4)KNNK近邻算法
1.Conventional KNN(K-nearest Neighbor) algorithm requires large computational consumption when training samples are large.为了解决K近邻算法(KNN)在训练样本较大时计算开销很高的问题,提出了一种新颖的基于免疫原理的数值归约方法,并将之应用于车牌颜色的识别。
5)k-nearest neighbor algorithmK-近邻算法
6)nearest neighbor algorithm最近邻算法
1.It is a deterministic algorithm, with its time complexity the same as the nearest neighbor algorithm, that is, O(n2), where n is the number of cities.提出了一种求解平面旅行商问题的新算法——绕中心周游法,它是一种确定型算法,时间复杂性与最近邻算法相同,为O(n2),其中n为城市数。
2.The decline of recommending quantity resulted in the extreme sparsity of user data was dealt with,based on nearest neighbor algorithm and the combination of selective sampling and lookahead framework for recommendation system,with the purpose of improving the accuracy of recommendation.着眼于由用户数据的极端稀疏性所导致的推荐质量下降问题,基于最近邻算法,将随机抽样算法结合前瞻框架,应用于推荐系统,旨在提高推荐精度。
延伸阅读

Nearestneighbor(近邻取样)nearest neighbor (近邻取样)又被称为point sampling(点取样),是一种较简单材质影像插补的处理方式。会使用包含像素最多部分的图素来贴图。换句话说就是哪一个图素占到最多的像素,就用那个图素来贴图。这种处理方式因为速度比较快,常被用于早期3d游戏开发,不过材质的品质较差。