Home > Data Mining Algorithms > Anomaly Detection > Anomaly Detection Viewers a... > Association > AR Model Viewers and Algori... > Decision Tree > Expectation Maximization > EM Model Viewer and Algorit... > Generalized Linear Models > GLM Model Viewers and Algor... > k-Means > Naive Bayes > Non-Negative Matrix Factori... > Orthogonal Partitioning Clu... > Singular Value Decompositio...
Note: Singular Value Decomposition (SVD) and Principal Component Analysis (PCA) require Oracle Database 12c. |
Singular Value Decomposition (SVD) and Principal Component Analysis (PCA) are unsupervised algorithms used by Oracle Data Mining for feature extraction.
Unlike Non-Negative Matrix Factorization, SVD and PCA are orthogonal linear transformations that are optimal at capturing the underlying variance of the data. This property is extremely useful for reducing the dimensionality of high-dimensional data and for supporting meaningful data visualization.
In addition to dimensionality reduction, SVD and PCA have a number of other important applications, such as, data de-noising (smoothing), data compression, matrix inversion, and solving a system of linear equations. All these areas can be effectively supported by the Oracle Data Mining implementation SVD/PCA.
SVD is implemented as a feature extraction algorithm. PCA is implemented as a special scoring method for the SVD algorithm.