-
k-means的java实现
应用背景Implement k-means clustering on a training data set to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data
mining strategy known as k-means clustering.
The 6 variables in the training data are used to plot the data and
centroids are placed to locate clumps of the 255, classified training
data. Once located, a classification value can be assigned to the 100,
test data.
- 2022-02-20 08:20:20下载
- 积分:1
-
guided滤波器 matlab
guided filter主要用于对分类好的影像进行后处理,利用邻近像元的空间一致性,周围像元通过滤波平滑的方法进行求解中心像元值,而且guidedfilter比其他的滤波器更加简单,效果更好,模型需要guided影像,输入影像,通过guided影像来限定输入影像的边界,从而达到保存边界的目的。
- 2022-03-21 00:12:41下载
- 积分:1
-
simp4辛普生积分法
利用辛普生法积分,是比矩形积分法和梯形积分法更为精确的计分方法。辛普生方法采用抛物线插值,对二次函数是精确的,而二次函数的积分为三次函数。辛普生定步长积分对有突变的函数在运算
- 2022-01-22 13:11:05下载
- 积分:1
-
textrank algorithm
利用textRank关键词提取算法,分析用户微博中所包含的关键词,作为用户的标签,可以用于用户聚类,用户兴趣分析等
- 2023-01-30 09:00:04下载
- 积分:1
-
二维CT重建
有界面,效果不是很好,可以改改,本程序是对模拟数据进行滤波反投影重建。对初学者有一定的帮助
- 2022-02-04 06:50:57下载
- 积分:1
-
求解平面势流下的圆柱绕流问题,基于MATLAB的有限元法编程。...
求解平面势流下的圆柱绕流问题,基于MATLAB的有限元法编程。-cylinder,finite elements method
- 2022-07-04 19:49:00下载
- 积分:1
-
acm uva算法系列
一些uva的acm题,一些不很难的题,希望一开始学习的人能有一个好的入门情况,代码写的清晰简单,好入门,为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了
- 2022-03-21 16:40:40下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
Multifractal Calculation
Multifractal Calculation,一个计算多重分形谱的matlab程序
- 2023-08-31 11:05:02下载
- 积分:1
-
割线算法
* To find a solution to the equation f(x) = 0* given initial approximations p0 and p1:** INPUT: initial approximation p0, p1; tolerance TOL;* maximum number of iterations N0.** OUTPUT: approximate solution p or* a message that the algorithm fails.*
- 2022-01-25 15:06:45下载
- 积分:1