Description Usage Arguments Details Value Author(s) References Examples
A simple function to perform dimensionality reduction
1 2 |
Data |
(dataframe) a data frame with variable/feature columns |
method |
(optional) (character) Dimensionality reduction method to be used |
selectedCols |
(optional)(numeric) which columns should be treated as data(features/columns) (defaults to all columns) |
outcome |
(optional)(vector) optional vector for visualising plots |
plot |
(optional)(logical) To plot or not to plot |
silent |
(optional) (logical) whether to print messages or not |
... |
(optional) additional arguments for the function |
Dimensionality Reduction is the process of reducing the dimensions of the dataset. Multivariate data, even though are useful in getting an overall understanding of the underlying phenomena, do not permit easy interpretability. Moreover, variables in such data often are correlated with each other .For these reasons, it might be imperative to reduce the dimensions of the data. Various models have been developed for such dimensionality reduction. Of these, MDS and PCA has been demonstrated in the current implementation.
Data frame with Results
Atesh Koul, C'MON unit, Istituto Italiano di Tecnologia
Bishop, C. M. (2006). Pattern Recognition and Machine Learning. (M. Jordan, J. Kleinberg, & B. Scholkopf, Eds.) (1st ed.). Springer-Verlag New York.
Cox, T. F., & Cox, M. A. A. (2000). Multidimensional scaling (Second ed.). Chapman & Hall/CRC.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.