-
Machine Learning with WEKA : An Introduction (s) on the Data Mining and Machine...
Machine Learning with WEKA: An Introduction (讲义)
关于数据挖掘和机器学习的.-Machine Learning with WEKA : An Introduction (s) on the Data Mining and Machine Learning.
- 2022-02-06 02:13:01下载
- 积分:1
-
output under two TREE
根据c语言输出2叉树-output under two TREE
- 2022-03-03 16:46:21下载
- 积分:1
-
对到位地位的的算法排序
对到位地位的的算法排序-place on the status of Sort Algorithm
- 2022-02-09 13:29:51下载
- 积分:1
-
java线程的源代码,是关于线程的,对理解线程很有帮助
java线程的源代码,是关于线程的,对理解线程很有帮助
-java source code is on the threads, thread helpful for understanding
- 2022-07-16 05:22:59下载
- 积分:1
-
库存销售系统
inventory sales system
- 2022-02-05 17:18:19下载
- 积分:1
-
dsafasdfdsafasdfdsafasdfdsafasdf
20种常用的PS处理 20种常用的PS处理-dsafasdfdsafasdfdsafasdfdsafasdf
- 2022-04-29 20:56:51下载
- 积分:1
-
交通预测和分配程序,由VB开发,用与交通规划与经济评价系统.
交通预测和分配程序,由VB开发,用与交通规划与经济评价系统.-Traffic forecasting and allocation process, by the VB development, use and transport planning and economic evaluation system.
- 2022-12-07 02:45:03下载
- 积分:1
-
最为丰富的图标库,编程必备
最为丰富的图标库,编程必备-most abundant in the icon library, programming required
- 2022-03-01 02:15:46下载
- 积分:1
-
category intimidation game is well
恐吓类小游戏,很适合喜欢搞恶作剧的朋友们.-category intimidation game is well-suited to the likes mischievous friends.
- 2022-01-24 09:17:00下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1