您好,欢迎光临本网站![请登录][注册会员]  
文件名称: The N-way Toolbox for MATLAB ver. 3.10
  所属分类: 其它
  开发工具:
  文件大小: 4mb
  下载次数: 0
  上传时间: 2008-11-20
  提 供 者: ude***
 详细说明: WHERE DOES THE TOOLBOX WORK? The toolbox has been tested on matlab 7.3 in Windows XP/Vista only. The toolbox uses features that are not compatible with matlab 4.x, so if you have matlab 4.x you should use version 1.04 of this toolbox instead. SETTING UP THE TOOLBOX In order to install the toolbox, simply (extract and) copy the files to a directory (e.g. NWAY). After copying all files, go to the 'update' homepage in order to see if newer versions of individual files are available. Copy these files indiviually overwriting the o ld files. Make sure that the updates are copied after the main files. Make sure that the path ../nway is included in MATLAB's path. If you have e.g. the PLS_toolbox, some files are named identically. This may cause problems depending on which functions you use. If you want to use e.g. the parafac function from the N-way toolbox, you have to ensure that either the path to the N-way toolbox appears before the path to the PLS_toolbox or that you run matlab from the nway directory. In order to get help on what files are present in the toolbox type <> at the matlab command line (if nway is the name of the directory where you have the files. DATA INPUT Unlike, older matlab 4 compatible versions of this toolbox, the data are input directly as multi-way arrays. Hence, there is no need for the DimX used earlier for defining the size of the array. If you have a 10x8x100 array, X, that is held in a 10x(8*100) matrix, i.e. the old matrix format, you can convert to a three-way array by X = reshape(X,10,8,100); This is the format in which the data must be input to the functions. MODEL OUTPUT Also the output has changed in most cases since version 1. With the use of cell arrays, it is much easier to handle the output of a varying number of component matrices. Let the components of a three-way parafac model is held in a cell e.g. called Factors; e.g. arising from the call of a four-component model Factors = parafac(X,3); Then the first mode loadings are held in Factors{1}: A = Factors{1}; B = Factors{2}; C = Factors{3}; For a Tucker model such as [Factors,G]=tucker(X,[3 3 2]); the components are found similarly and G will be a 3x3x2 array. For a tri-PLS2 model (three-way X, two-way Y) two component sets are defined Xfactors - T=Xfactors{1}, Wj=Xfactors{2}, Wk = Xfactors{3} Yfactors - U=Yfactors{1}, Q=Yfactors{2} Instead of using the cell notation, it is possible to use the M-file FAC2LET (factors to letters) to extract components; e.g. [A,B,C] = fac2let(Factors); MISSING DATA For all algorithms the same flag is used for missing elements, namely NaN. If you have a data set, X, where missing elements are, e.g., designated by the number -9999, you can easily modify the data as X(find(X==-9999))=NaN*find(X==-9999); SUPPORT We are VERY interested in and dependent on feedback from the users. If you have problems running the toolbox please supply screendumps as well as version number of the toolbox, MATLAB, and operating system before contacting us. We will do the utmost to help overcoming the problems. In the rare event that the support required is very time-consuming we will have to charge for this service. The authors may be contacted by email: claus@andersson.dk (primarily Tucker and application/helper programs) rb@life.ku.dk (primarily PARAFAC/N-PLS) ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: MATLAB Tensor N-way array
 输入关键字,在本站1000多万海量源码库中尽情搜索: