Description Usage Arguments Author(s) Examples
mapFeat maps the input variable X into quadratic feautures. for instance, if the input is a two dimensional array the function returns a new array with more features, comprising of X1, X2, X1.^2, X2.^2, X1*X2, X1*X2.^2
| 1 | 
| X | an array to be mapped. Must be numeric! | 
| order | the final polynomial order to map (defaults to 2), may take a long time if order is large. at this time also only accepts a value of two. | 
Marco D. Visser
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.