Learn R Programming

RPEnsemble (version 0.2)

R: A rotation matrix

Description

The 50 by 50 rotation matrix used in Model 4 in Cannings and Samworth (2015).

Usage

data("R")

Arguments

Format

A 50 by 50 matrix

References

Cannings, T. I. and Samworth, R. J. (2015) Random projection ensemble classification. http://arxiv.org/abs/1504.04595

Examples

Run this code
data(R)
R%*%t(R)

Run the code above in your browser using DataLab