-
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
-
不用说,快速傅立叶变换算法大家都知道。
不用多说,快速傅立叶变换算法大家都知道的。-Needless to say, the Fast Fourier Transform algorithm we all know.
- 2022-09-01 21:00:03下载
- 积分:1
-
用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。...
用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。-using FORTRAN language prepared by the procedure, the system can be run directly. We hope that more criticism.
- 2022-08-15 04:46:08下载
- 积分:1
-
插值法,matlab实现,
pdf格式报告,内含代码
插值法,matlab实现,
pdf格式报告,内含代码-Interpolation method, matlab implementation, pdf format reports, containing the code
- 2022-04-21 08:16:02下载
- 积分:1
-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). public override double forecast (double x) prediction function, according to the results of model prediction public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the dat
- 2022-01-26 07:28:21下载
- 积分:1
-
平衡小车代码
小车默认搭载的是标准版程序, 没有开启避障、 巡线, 无线模块驱动等功能,
这些功能在顶配版的程序里面有,请同学们根据自己的能力,最好先看完标准版
平衡小车直立部分的程序后,再学习平衡小车的其他功能,谢谢。
- 2022-03-05 01:15:13下载
- 积分:1
-
图的建立与遍历算法。
图的建立与遍历算法。-map and the establishment of traversal algorithm.
- 2022-02-20 21:54:46下载
- 积分:1
-
用神经网络模式识别,而且在这方面做更…
vc++神经网络模式识别,还可以,对需要做这方面的人比较有用-vc neural network pattern recognition, but also to be done in this area were more useful
- 2023-03-18 12:20:04下载
- 积分:1
-
如何写遗传算法程序
教你如何用c++编写遗传算法程序,并且有详细的示例,详细的描述了遗传算法的编写
- 2022-08-13 08:02:51下载
- 积分:1
-
高斯积分算法
近似I=三重积分((f(x,y,z)dz dy dx)),用
- 2022-05-30 23:49:27下载
- 积分:1