搜索资源列表
matlabimax
- 低版本7.0中没有mapminmax这个函数,对应的归一化函数是premnmx和postmnmx
lssvm
- %% 清空环境 clc clear load wine; train = [wine(1:30,:);wine(60:95,:);wine(131:153,:)]; train_label = [wine_labels(1:30);wine_labels(60:95);wine_labels(131:153)]; test = [wine(31:59,:);wine(96:130,:);wine(154:178,:)];
tuxiang
- 读取、显示图像、保存图像、放大、缩小、旋转、高斯噪声、椒盐噪声、亮度-Read, display images, save images to enlarge, narrow, rotating, Gaussian noise, salt and pepper noise, brightness
mapminmax
- 归一化的函数,神经网络的必须。希望对大家有用-Normalized function, neural networks have. Hope to be useful. . . .
mapminmax
- matlab的mapminmax函数(投影映射),在使用libsvm中没有它总是报错-The mapminmax matlab function (projection map), in the use of libsvm not it always error ~ ~
libsvm-mat-3.0-1
- 最新的libSVM3.0版本,台湾林智仁团队编写的。-The newest version of livsvm toolbox
mapminmax_boiler
- 对于较低版本的matlab库中,缺少归一化的函数mapminmax.m 包含(它的子函数boiler_process.m),它是libsvm-mat需要用到的函数。-With earlier versions of matlab library, the lack of normalized functions mapminmax.m contains (its Functions boiler_process.m), it is li
farutos-anotherThreeFunction
- matlab的mapminmax函数,boiler_process.m函数princomp函数,在fratuto推出的libsvm中用到的三个函数,在使用libsvm中没有它总是报错- -The mapminmax matlab function (projection map)
mapminmax
- 数据归一化函数,有些matlab没有此函数,在此,上传一个函数让大家共享,-Data normalization function, some matlab does not have this function, in this, the upload function to share, thank you
mapminmax
- matlab中的mapminmax函数,可以直接使用-matlab' s mapminmax function, can be used directly
mapminmax
- 这是一个数据处理程序,对数据进行归一化处理-This is a data processing program, the data normalization processing
mapminmax
- matlab7.0没有这个函数,求举矩阵的最大最小值问题,下载后放在work目录下即可调用-mapminmax.m function
mapminmax
- mapminmax函数源程序,归一化时调用函数-mapminmax function source
mapminmax
- MATLAB的归一化函数 低版本的可以用-MATLAB mapminmax.m p=mapminmax(I,O,1)
mapminmax
- mapminmax函数,用于将网络的输入数据或输出数据进行归一化,归一化后的数据将分布在[-1,1]区间内-mapminmax function used to input data or output data networks normalized, normalized data will be distributed in [1,1] interval
mapminmax
- matlab7.0均一化函数mapminmax,便于进行均一化分析处理。 -Matlab7.0 homogenization function mapminmax, easy to carry out homogenization analysis
mapminmax
- 归一化程序,把数变为(0,1)之间的小数,经测试有效。-Normalization procedures, the number becomes (0,1) between the decimal, the test is valid.
mapminmax
- mapminmax.m代码,是matlab用于数据归一化-mapminmax.m code, matlab for data normalization
2016.09.08GWO
- 用灰狼算法优化的支持回归机,对参数c,g进行寻优(GWO,SVr[dataset_scale,ps] = mapminmax(dataset',0,1); dataset_scale = dataset_scale'; train_wine = dataset_scale(1:mtrain,:); test_wine = dataset_scale( (mtrain+1):(mtrain+mtest),: );)
nomalization
- prestd等归一化已被mathworks公司Obeseleted,取代的正是mapminmax,这个例子让我们能好好地理解如何使用mapminmax(This is a sample to show how to use mapminmax to nomalize date set, instead of prestd)