-
bagging
Breiman的bagging算法,是bootstrap aggregating的缩写,是最早的Ensemble算法之一,它也是最直接容易实现,又有着另人惊讶的好效果的算法之一。(Breiman’s bagging, short for bootstrap aggregating, is one of the earliest ensemble based algorithms.)
- 2021-05-13 23:30:02下载
- 积分:1
-
firiir
FIR、IIR数字滤波器的Matlab仿真程序(FIR, IIR digital filter of the Matlab simulation program)
- 2009-04-15 08:44:08下载
- 积分:1
-
Sattellite6
code for sattelite calculaton
- 2013-09-14 17:35:12下载
- 积分:1
-
case_study_4
6KV 风力发电机组的诱惑控制中的PI功率控制的具体实例(6KV pi powercontrol)
- 2011-11-06 22:02:39下载
- 积分:1
-
向量机代码 matlab解决svr
MATLAB支持向量机代码,用于预测优化等等(MATLAB support vector machine code, for prediction optimization, etc.)
- 2020-08-15 14:08:26下载
- 积分:1
-
data
数据的极差标准化程序和数据,应用于matlab( data normalization)
- 2020-12-31 20:38:58下载
- 积分:1
-
Chapt5Example
matlab基础与应用教程例题第三章代码(code for matlab)
- 2012-10-18 21:28:06下载
- 积分:1
-
weibull
这是我最近项目中的一部分程序,用来实现风电场风速的威布尔拟合,很有参考价值(This is part of my recent projects, used for wind speed Weibull fit, great reference value)
- 2014-03-20 18:51:41下载
- 积分:1
-
shuchufenlei
说明: 软测量氧含量数据工况聚类、建模matlab实现代码3(Measuring the oxygen content of soft data clustering conditions, modeling matlab implementation code 3)
- 2011-04-13 14:49:10下载
- 积分:1
-
CurvatureEstimation
This function calculates the curvature of a 2D line.
Reference£oS. Hermann and R. Klette. Multigrid analysis of curvature estimators. Proc.
Image Vision Computing New Zealand, 108¨C112, 2003.
by Jianfei Pang
k = CurvatureEstimation(list,b,f)
inputs,
list : A M x 2 list of line points.
fn: The number of forward points that were chosen to calcute.
bn: The number of backward points that were chosen to calcute.
outputs,
Ei : M x 1 Curvature values
thetai:M x 1 angle values
Example
[Ei,ti]=CurvatureEstimation(test,4,4)
- 2013-04-25 05:58:51下载
- 积分:1