搜索资源列表
shcyb
- 用M语言编写的画多元数据标准化后再画平行坐标图代码,数据用的是一组蔬菜油(国际期刊)数据,写得不好,多指教。
bp
- 做生成数(使用0.1做因子),之后13年的数据按统计方法标准化后输入,训练,仿真,对比结果。
bp
- 做生成数(使用0.1做因子),之后13年的数据按统计方法标准化后输入,训练,仿真,对比结果。这个过程相当于插值计算
mohujulei1
- 包括模糊聚类分析数据各种标准化变换、模糊聚类分析建立模糊相似矩阵的各种方法
mohu
- 矩阵的合成运算,模糊聚类分析数据标准化变换 建立模糊相似矩阵 模糊聚类分析 欢迎下载,-Matrix synthesis of computing, fuzzy clustering analysis of data standardization to establish fuzzy similar matrix transform fuzzy clustering analysis are welcome to download, thank you
Offline
- PCA的离线建模程序,包括数据标准化,PCA建模,统计量计算-PCA offline modeling process, including data standardization, PCA modeling, statistical calculation
julei
- 这是一个基本的数模题目的套路,分析数模聚类问题,例子是乳腺癌的诊断模型,过程为标准化数据,逐步回归,分析主要因素,聚类方法有距离法和神经网络法,均附有源码和解释说明-This is an essential topic of routine digital-analog, digital-analog cluster analysis problem example is the breast cancer diagnostic model, the process for the standa
F_JISjBzh.m
- 模糊数学方法及其应用 模糊 聚类分析 数据标准化变换-matlab fuzz
HowToPre-treatDataInMatlab
- 本代码讲了在matlab中实现数据的预处理的方法(包括标准化变化)等-The M codes describe how to pre-treat the datas in matlab (including the standardized convertion) etc.
biaozhunhua
- matlab环境下的程序对数据进行标准化,此程序简单易懂,效率也非常高,是一个非常好的程序代码,非常值得推荐!-matlab environment, the data standardization process, this process easy to understand, efficiency is very high, is a very good code, very recommendable!
PCA
- 函数作用: cwstd.m——用综合标准化法标准化矩阵 Cwfac.m——计算相关系数矩阵,计算特征向量和特征值,对主成分进行排序,计算各个特征值的贡献率,挑选主成分(贡献率达与85 ),输出主成分个数,计算主成分载荷 Cwscore.m——计算各主成分得分,综合得分并排序 Cwprint.m——读入数据文件,调用以上三个函数,并输出结果 原始数据:存储在src.txt中是一个30×8的矩阵 敲入命令: -PCA
multimode-process-detection-matlab
- 实现多模态过程监测功能,包括数据的预处理,标准化处理等-multimode process detection
SeisLab_10.0301
- 约170勘探地震资料和测井资料的分析和显示功能(加上他们所谓的支持功能)的设置。这些功能读取和写入标准的SEG - Y格式的地震数据,读取和写入测井在LAS格式2.0(也读3.0 LAS格式),并执行许多通常对这些数据类型进行的操作。他们使用标准化的结构来表示地震数据和测井数据,从而使函数调用的简单串联。-A set of about 170 functions (plus support functions called by them) for analysis and display of
rscore
- 数据标准化处理函数,输入待处理矩阵,参数dim默认或取1,对列进行标准化处理,dim取2对行处理-Standardized data processing functions, input matrix to be processed, the default parameters, or to take a dim, standardization of columns, dim to take two pairs of line processing
Desktop
- 主要对大量的原始数据进行标准化处理,便于进行分类,下次传交叉的-Mainly to the large amounts of original data standardization processing, to be convenient for the classification, next time the cross
matlab
- 如何去求解数据的标准化,在matlab环境下求解的相关代码-How to solve the standardization of data,Solving the relevant code in Matlab environment
jpeg2000_matlab
- JPEG 2000是基于小波变换的图像压缩标准,由Joint Photographic Experts Group组织创建和维护。JPEG 2000通常被认为是未来取代JPEG(基于离散余弦变换)的下一代图像压缩标准。JPEG 2000文件的副档名通常为.jp2,MIME类型是image/jp2。 JPEG 2000的压缩比更高,而且不会产生原先的基于离散余弦变换的JPEG标准产生的块状模糊瑕疵。JPEG 2000同时支持有损数据压缩和无损数据压缩。另外,JPEG 2000也支持更复杂
gray-relational-analysis-matlab
- 灰色关联分析的标准化matlab源程序,能算出给定样本数据的关联性-Standardization of the gray relational analysis matlab source, is able to calculate the correlation of data in a given sample
rscore
- 应用于数据处理,针对大数据进行标准化变换得到系数矩阵。-Applied to the data processing, the transform coefficient matrix for the large data standardization.
PCA
- 主成分分析M文件:数据标准化,方差贡献率,综合得分。-Principal component analysis