head-methods: Head for Tensor

Description Usage Arguments Details See Also Examples

Description

Extend head for Tensor

Usage

1
2
## S4 method for signature 'Tensor'
head(x, ...)

Arguments

x

the Tensor instance

...

additional parameters to be passed into head()

Details

head(x,...)

See Also

tail-methods

Examples

1
2
tnsr <- rand_tensor()
head(tnsr)

jamesyili/rTensor documentation built on May 18, 2019, 11:22 a.m.