features | R Documentation |
Takes a raw matrix of data and converts into polynomial features
x |
Raw data to be converted into features |
polyorder |
Order of polynomials (including k-th self products) |
intercept |
Include column of 1s in features to represent intercept (default = TRUE) |
Expands raw data into a set of polynomial features.
Returns a new matrix of data with features from raw data
Rick Dale and Harish S. Bhat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.