-
贝叶斯算法改进-Python
资源描述针对传统的贝叶斯算法做了相应的改进,使得效率提升了一些。里面的原始代码来自于《learning in action》这本书,这里针对源代码做了新的改进,从而提升准确率。
- 2022-10-26 06:05:03下载
- 积分:1
-
SOR法解线性方程组(逐次超松弛法)是Gauss
SOR法解线性方程组(逐次超松弛法)是Gauss-Seidel的改进方法-SOR method for linear equations (successive over-relaxation method) is the Gauss-Seidel Method
- 2022-08-17 10:25:41下载
- 积分:1
-
偏微分方程数值求解程序
资源描述
偏微分方程问题:假定一个方形材料100mm*100mm,四边分别为第一、第二、第三类边界条件,无内热源,导热系数为常数,分析该区域内的温度变化。
- 2022-03-22 10:11:51下载
- 积分: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
-
č-k.m,,.m,.m,.m,.m,.m,.
- 2022-08-25 10:38:28下载
- 积分:1
-
加权最小二乘对比(共轭梯度解法)
资源描述本程序用于对比欠定方程组的最小二乘解和加权最小二乘解,通过调节不同的权重系数,能够得到合理的方程组的解。
- 2022-03-13 10:26:18下载
- 积分:1
-
计算两个矩阵的乘法,利用c语言实现
计算两个矩阵的乘法,利用c语言实现-calculation of the two Matrix multiplication, using language c
- 2022-03-19 18:04:06下载
- 积分:1
-
查找一个文件中指定的字符串
查找一个文件中指定的字符串 -search for a document specified string
- 2022-01-26 04:08:57下载
- 积分:1
-
马踏棋盘问题:国际象棋中的马,怎样才能不重复的跳遍棋盘上的每一格呢? 笔者见过许多解决这类问题的程序,这个是最简洁同时也是速度最快的一个。...
马踏棋盘问题:国际象棋中的马,怎样才能不重复的跳遍棋盘上的每一格呢? 笔者见过许多解决这类问题的程序,这个是最简洁同时也是速度最快的一个。-horse riding chessboard : the international chess Ma, how can we not repeat the jump all over the chessboard of each? I met many issues to resolve such procedures, this is the most succinct is also the fastest one.
- 2022-07-09 19:26:02下载
- 积分:1
-
数字签名算法
数字签名算法实现:
其加密方案技术来生成签名。它包含 4 的算法。一代大的素数的第一种算法,第二种算法生成的密钥、 第三种算法实现长沙 1 和第四个算法生成的签名。
- 2022-04-24 11:31:07下载
- 积分:1