高维数据 Resources

Showing items tagged with "高维数据"

Principal Component Analysis (PCA) is a dimensionality reduction technique based on the Karhunen-Loève (K-L) transform. The PCA algorithm identifies an optimal linear transformation matrix W according to specific performance criteria, enabling effective reduction of high-dimensional data while preserving maximum variance.

MATLAB 215 views Tagged

A MATLAB function designed for calculating linear graph embedding of high-dimensional data, essential for implementing nearly all linear dimensionality reduction algorithms including LPP, NPE, IsoProjection, and LSDA. This shared resource provides core functionality for transforming high-dimensional datasets into lower-dimensional representations through graph-based linear projection methods.

MATLAB 297 views Tagged