Wednesday 9 May 2012

Matlab PCA Dimensionality Reduction code,Matlab Toolbox for Dimensionality Reduction

Matlab dimensionality reduction is main process on more research domains.Here we mention some one toolbox for Dimensionality Reduction.This toolbox contain many type of dimensionality reduction techniques are there.

Toolbox home page as below.

http://homepage.tudelft.nl/19j49/Matlab_Toolbox_for_Dimensionality_Reduction.html

Just you download the toolbox.Then add the path of toolbox.click here and check how to set the path for toolboxes.Then compute the dimension reduction on your work.following example for set the path and compute the DR using PCA(Principal Component Analysis)

Code :

>> addpath(genpath('installation_folder/drtoolbox')).
>> mapped_data = compute_mapping(your_data, method, reduction of dimensions, parameters of techniques);

above code to set the path of DM toolbox and calling main function.

Related Search : Matlab PCA Dimensionality Reduction code,Matlab Toolbox for Dimensionality Reduction ,Probabilistic PCA Dimensionality Reduction matlab code,Kernel PCA Dimensionality Reduction matlab code

Kindly Bookmark and Share it:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...