R {RPEnsemble} | R Documentation |
A rotation matrix
Description
The 100 by 100 rotation matrix used in Model 2 in Cannings and Samworth (2017).
Usage
data(R)
Format
A 100 by 100 rotation matrix
References
Cannings, T. I. and Samworth, R. J. (2017) Random-projection ensemble classification, J. Roy. Statist. Soc., Ser. B. (with discussion), 79, 959–1035
Examples
data(R)
head(R%*%t(R))
[Package RPEnsemble version 0.5 Index]