powered by
Takes a raw matrix of data and converts into polynomial features
Returns a new matrix of data with features from raw data
Raw data to be converted into features
Order of polynomials (including k-th self products)
Include column of 1s in features to represent intercept (default = TRUE)
Rick Dale and Harish S. Bhat
Expands raw data into a set of polynomial features.