What is the process that can be used opposite to that of dimensionality reduction?
10 views (last 30 days)
Show older comments
Hi, I want to know, how to retrieve the original data after the dimensionality reduction has been done?, that is the opposite of this dimensionality reduction. So that we check whether the retrieved data is same.Is there other toolbox or the same toolbox can be used. Thank you.
0 Comments
Answers (1)
Nath
on 8 Feb 2013
I assume your dimension-reduction model matricially writes Y= X*B + Z With observable data Y, unknown factors X and weights B, and error term Z. The data fitered by your model writes Yfilter= X*B, so you can compare each column of Y to the corresponding column of X*B
See Also
Categories
Find more on Oceanography and Hydrology in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!