-
数据挖掘导论课后题答案
数据挖掘导论课后题答案
数据挖掘导论课后题答案...
数据挖掘导论课后题答案
数据挖掘导论课后题答案
数据挖掘导论课后题答案-
- 2022-04-21 04:20:04下载
- 积分:1
-
psd 文件解析
psd 文件解析,有学习价值。解析psd 文件的内容,图层等相关信息,从解析的内容中可以清晰的看到psd内容的相关信息,充分理解psd的具体结构。
- 2022-03-24 12:33:49下载
- 积分:1
-
黄金分割
黄金分割-Golden Section
- 2022-05-18 08:07:24下载
- 积分:1
-
简单的试探法走迷宫
简单的试探法走迷宫--The simple trial method that walks the labyrinth
- 2022-06-17 08:26:25下载
- 积分:1
-
基于贝叶斯学习的 RFID 室内定位方法的研究
资源描述本文在比较研究已有室内定位方法的基础上,采用基于接收到信号强度
值(Received Signal Strength Indicator,RSSI)和贝叶斯算法对室内的人员或物
体进行位置估计及跟踪。并对贝叶斯算法进行了有效改进,改进算法具有较
高的定位精度,基本达到了成本与精度的平衡。并通过大量的实验对影响定
位效果的各种因素进行了全面测试分析。
- 2022-01-22 01:44:31下载
- 积分:1
-
Western Electric high
西电内部用的高精度库,原是保密的!!!我奉献了出来-Western Electric high-precision internal library, was kept secret!!! I dedicate out
- 2023-08-02 22:55:03下载
- 积分:1
-
布是学校系统和# 39;C语言子4国际刑警组织的行动…
这是学校布制的作业用C语言实现四点插值细分曲线绘制-cloth it is the school system"s operations with C language sub 4:00 interpolation Curve
- 2022-12-15 17:00:03下载
- 积分:1
-
贝叶斯分类算法 matlab
对于UCI数据集 IRIS 用贝叶斯分类算法分类
- 2022-10-30 18:50:03下载
- 积分:1
-
//=== === === === === ==== === === === === === === =// letter Description// func...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------ 拟合多项式的阶数(已知条件)
// double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件)
// double *x--- 结点x轴数据(已知条件)
// double *y--- 结点y轴数据(已知条件)
// double *Yg-- 结点估计值,个数为m(过程变量)
// int m------ 结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
-//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
- 2022-04-29 13:08:12下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1