登录
首页 » matlab » Dimension-reduction--toolbox

Dimension-reduction--toolbox

于 2011-03-07 发布 文件大小:191KB
0 231
下载积分: 1 下载次数: 1

代码说明:

说明:  该工具箱中包含了多种降维算法。其中有传统的PCA和Local PCA算法,也有典型的流形学习算法,如Isomap、LLE、HLLE、Laplacian Eigenmaps 和 Local Tangent Space 。(The toolbox contains a variety of dimensionality reduction algorithms. In which the traditional PCA and Local PCA algorithms, there are the typical manifold learning algorithms such as Isomap, LLE, HLLE, Laplacian Eigenmaps and Local Tangent Space.)

文件列表:

Dimension reduction toolbox
............................\compute_nn_distance.m,1518,2006-09-08
............................\compute_nn_graph.m,1664,2006-09-08
............................\dijkstra_fast.dll,57344,2004-05-03
............................\hlle.m,5717,2005-10-10
............................\isomap.m,3950,2006-05-05
............................\leigs.m,7393,2006-09-08
............................\lle.m,2477,2006-09-08
............................\load_images_dataset.m,5834,2006-04-10
............................\load_points_set.m,4267,2006-02-05
............................\load_subimages_dataset.m,1903,2006-08-24
............................\ltsa.m,2653,2006-09-08
............................\nn_prepare.dll,120320,2001-01-16
............................\nn_prepare.m,1645,2002-01-17
............................\nn_search.dll,128512,2001-01-16
............................\nn_search.m,1984,2002-01-17
............................\pca.m,7182,2006-08-28
............................\perform_dimreduc_interpolation.m,1523,2006-08-14
............................\perform_geodesic_embedding.m,1254,2006-08-13
............................\perform_local_pca.m,2092,2006-08-28
............................\plot_flattened_dataset.m,1392,2006-08-13
............................\range_search.dll,129024,2001-01-16
............................\range_search.m,1920,2002-01-17
............................\readme.txt,2505,2006-09-08
............................\test_datasets.m,793,2006-09-08
............................\test_dimreduc.m,1464,2006-09-08
............................\test_display_pointsets.m,386,2005-10-11
............................\test_images.m,1303,2006-09-08
............................\test_isomap_landmarks.m,1105,2006-09-08
............................\test_meshes.m,876,2006-08-13
............................\test_nearest_neighboors.m,472,2006-09-08
............................\test_pca.m,333,2006-09-08
............................\test_subimages.m,2536,2006-09-08
............................\toolbox
............................\.......\build_euclidean_weight_matrix.m,706,2004-01-06
............................\.......\compute_distance_matrix.m,310,2004-10-06
............................\.......\compute_distance_to_points.m,548,2005-05-08
............................\.......\load_image.m,7511,2005-07-19
............................\.......\perform_rbf_interpolation.m,4065,2005-10-10
............................\.......\plot_mesh.m,2259,2004-12-24
............................\.......\plot_scattered.m,1364,2005-10-10
............................\.......\read_off.m,2339,2005-09-03
............................\.......\test_rbf.m,405,2005-10-10
............................\.......\triangulation2adjacency.m,611,2005-02-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sensor_error_estimation
    传感器系统的偏差估计方法,包括批处理最小二乘和递推最小二乘的实现代码。(The code realize the deviation estimation methods of the sensor system, including batch least squares and recursive least squares implementation.)
    2012-06-02 21:44:24下载
    积分:1
  • AngularApp
    Angularjs sample code
    2015-01-26 15:04:34下载
    积分:1
  • rayleigh-awgn-BPSK
    用MATLAB仿真瑞利信道下的BPSK系统的误码率 和信噪比的关系曲线。(Using MATLAB simulation under Rayleigh channel BER BPSK system and the relationship between the curves of signal to noise ratio.)
    2009-05-11 09:45:24下载
    积分:1
  • fenzhi
    说明:  整数规划分支定界算法matlab通用源程序 各参数的意义同matlab优化工具箱的线性规划函数linprog 调用前,输入参数要化成matlab的标准形式(Integer programming branch and bound algorithm matlab source general meaning of each parameter with the matlab optimization toolbox of linear programming linprog function call before the input parameters to the standard form into matlab)
    2008-09-06 21:07:06下载
    积分:1
  • c9_estimatepi
    %File: c9_estimatepi.m %有5个pi的估计,每一个都是基于500次重复随机试验,所得的pi的五个估计值用以下向量表示 %pi的估计值=[3.0960 3.0720 2.9920 3.1600 3.0480] %如果对5个结果进平均,则pi的估计值=3.0736,这样的结果等价于2500次的试验结果。( File: c9_estimatepi.m have 5 pi estimates are based on a randomized trial to repeat 500 times the income of the five estimated value of pi with the following vector, said the estimated value of pi = [3.0960 3.0720 2.9920 3.1600 3.0480] if the results into an average of 5, then the estimated value of pi = 3.0736, so the result is equivalent to 2500 times the test results.)
    2006-11-05 10:30:13下载
    积分:1
  • Lecture_19_MATLAB_ScriptaFunctionFiles06
    free matlab book tutorial
    2013-09-09 18:21:10下载
    积分:1
  • JRPRestrictGA
    本源码为使用遗传算法解决函数极值问题的简单的小例子,新手一看就能懂(The source function for the use of genetic algorithm to solve the problem of the simple little extreme example, the novice can understand a look)
    2011-01-04 16:08:25下载
    积分:1
  • hosa
    高频多续的进行信号处理,得到高频的谱分析,建立hose工具箱(Estimates ARMA parameters via the q-slice algorithm.)
    2015-03-25 10:18:46下载
    积分:1
  • continuous-signal-FFT
    连续信号(可以自定义的函数)的FFT效果图,初学者学习的例程,不错(Continuous signal (can custom functions) of the FFT renderings, for beginners to learn the routine, good)
    2013-12-13 13:32:49下载
    积分:1
  • himmelex
    Simple chemical kinetics example with 3 model parameters.
    2010-12-08 17:05:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载