Description Usage Arguments Details Value Author(s) References See Also Examples
Extract projection loadings (directions) from a PP3 object.
1 | getPP3loadings(PP3, number)
|
PP3 |
The PP3 object. |
number |
which projection solution you want to get. |
Gets projection directions associated with a particular solution
from the nrandstarts
that PP3many
produces.
A matrix of dimensional 3xK, where K was the original dimensionality of the input data set. Note: they are not an orthogonal set, but the back transform of an orthogonal set (back transformed from the inverse sphering transform).
G. P. Nason
Friedman, J.H. and Tukey, J.W. (1974) A projection pursuit algorithm for exploratory data analysis. IEEE Trans. Comput., 23, 881-890.
Jones, M.C. and Sibson, R. (1987) What is projection pursuit? (with discussion) J. R. Statist. Soc. A, 150, 1-36.
Nason, G. P. (1995) Three-dimensional projection pursuit. J. R. Statist. Soc. C, 44, 411-430.
Nason, G. P. (2001) Robust projection indices. J. R. Statist. Soc. B, 63, 551-567.
1 2 3 4 | #
# See example for getPP3index in the help for PP3many, this function
# works similarly but returns loadings rather than indices.
#
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.