-
rdimg
will read images from a file imagelist1 and resize all of them to the size of 320 rows and 240 column.
- 2011-07-28 16:29:26下载
- 积分:1
-
MATLAB_programming
matlab程序设计教程,涵盖所有MATLAB程序基础教程!(matlab programming tutorial)
- 2010-05-12 23:25:04下载
- 积分:1
-
NSCTtransform
基于高斯混合模型的NSCT变换遥感图像融合(Gaussian Mixed Model Based NSCT Remote Sensing Image Fusion)
- 2010-05-24 15:25:29下载
- 积分:1
-
chebwindow
使用类似切比雪夫滤波器设计的方法得到切比雪夫窗,计算简单线阵方向图(Calculate simple linear array pattern similar Chebyshev filter design cut Chebyshev window)
- 2013-03-07 14:50:21下载
- 积分:1
-
Jacobi-Matlab
数值计算中Jacobi迭代法的Matlab程序 (numerical calculation Jacobi iteration of the Matlab program)
- 2007-07-08 21:40:17下载
- 积分:1
-
farutos-anotherThreeFunction
matlab的mapminmax函数,boiler_process.m函数princomp函数,在fratuto推出的libsvm中用到的三个函数,在使用libsvm中没有它总是报错- (The mapminmax matlab function (projection map) )
- 2011-12-20 13:46:15下载
- 积分:1
-
CenterPoint.m
to find center point of fingerprint image
- 2011-07-13 17:53:05下载
- 积分:1
-
mod_delay
modulation demonstration of a sin wave
- 2011-12-16 21:09:39下载
- 积分:1
-
matlab_intro_1
MATLAB INTRO PPT IS THEN MATLAB INTRO
- 2015-04-04 16:57:07下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1