-
聚类分析对图像进行聚类分析,分析效果极好,可直接用。
聚类分析对图像进行聚类分析,分析效果极好,可直接用。-k means
- 2022-04-01 01:19:52下载
- 积分: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
-
C#,IBS,BEAr
提示:您提交的代码通过审核后您才能获得积分,只有内容真实实用,描述详细的源代码才能通过审核。请认真填写以下信息。标题(最少5个字,贴切而有吸引力的标题将为您获得更多积分):
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-15 03:06:05下载
- 积分:1
-
黄金分割
黄金分割-Golden Section
- 2022-05-18 08:07:24下载
- 积分:1
-
矩阵连乘积的加括号方式数
资源描述给定n个矩阵{A1,…,An},其中Ai和Ai+1可乘,i=1,2,…,n-1。考察矩阵连乘积加括弧的方式数。
如四个矩阵连乘积A1A2A3A4,共有五种不同的加括弧方式:
( A1 ( A2 ( A3 A4 ) ) )
( A1 ( ( A2 A3 ) A4 ) )
( ( A1A2 ) ( A3 A4 ) )
( A1 ( A2 A3 ) A4 )
( ( ( A1 A2 ) A3 ) A4 )
输入示例:
4
输出示例:
5
- 2023-02-06 15:25:03下载
- 积分:1
-
一个计算任意位PI的程序,仅需输入位数就可以,程序非常简单...
一个计算任意位PI的程序,仅需输入位数就可以,程序非常简单-an arbitrary bit PI calculation procedures, only on the importation of the median, very simple procedures
- 2022-03-05 17:27:09下载
- 积分:1
-
一次课程设计,里面有7个内容
一次课程设计,里面有7个内容-a curriculum design, there are seven content
- 2022-12-04 15:55:03下载
- 积分:1
-
卡尔曼滤波源码
卡尔曼滤波源码-Kalman filter source
- 2022-05-13 11:50:22下载
- 积分:1
-
多进制转换组件示例程序,此示例程序还实现了动态菲屏功能(每次启动程序都会看到不同的菲屏显示效果)等功能,运行多进制转换功能前,请先正确注册组件。...
多进制转换组件示例程序,此示例程序还实现了动态菲屏功能(每次启动程序都会看到不同的菲屏显示效果)等功能,运行多进制转换功能前,请先正确注册组件。
-Examples of M-ary conversion components procedures, procedures for this example Philippines also achieved a dynamic screen function (each time you start the procedure of the Philippines will see a different screen effects) and other functions, running M-ary conversion before the correct Registration Section pieces.
- 2023-02-04 18:25:02下载
- 积分:1
-
移动 Ad-hoc 网络模拟
此应用程序不仅演示使用 Microsoft 基础类的基本知识,也是您编写应用程序的起始点。
此文件包含的什么你会发现在每个文件,让您的广告特设模拟的应用程序的摘要。
- 2022-11-17 09:25:02下载
- 积分:1