Projects an array to a lower dimensional space by specifying the axes to retain. Dropped axes must be at most length 1.
Usage | Returns |
---|---|
Array.project(axes) | Array |
Argument | Type | Details |
---|---|---|
this: array | Array | Array to project. |
axes | List | The axes to project onto. Other axes will be discarded, and must be at most length 1. |