All functions |
|
---|---|
Convert a tidytensor to a data.frame representation. |
|
Convert a tidytensor into a nested list of tensors. |
|
Convert a vector, matrix, or array to a tidytensor type. |
|
Bind two or more tidytensors to create a new one with a new rank. |
|
Combine multiple ranks of a tensor into a single rank |
|
Partition a tidytensor into a list of smaller tidytensors of the same rank |
|
Permute the ranks of a tensor |
|
Print a tidytensor. |
|
Assign ranknames to a tidytensor. |
|
Get ranknames of a tidytensor. |
|
Set dimnames() via a standard function call. |
|
Set dimnames() via a standard function call, for a particular rank. |
|
Assign ranknames to a tidytensor via a standard function call. |
|
Shuffle a tidytensor in the first rank. |
|
Concatenate two or more tidytensors to create a new one with the same rank |
|
Subset dimensions of a tidytensor |
|
Convert a vector, matrix, or array to a tidytensor type. |
|
Apply a function over lower ranks of a tidytensor |