head-methods {rTensor} | R Documentation |
Head for Tensor
Description
Extend head for Tensor
Usage
## S4 method for signature 'Tensor'
head(x, ...)
Arguments
x |
the Tensor instance |
... |
additional parameters to be passed into head() |
Details
head(x,...)
See Also
Examples
tnsr <- rand_tensor()
head(tnsr)
[Package rTensor version 1.4.8 Index]