MWCAParams-class {mwTensor} | R Documentation |
Class "MWCAParams"
Description
The parameter object to be specified against MWCA function.
Objects from the Class
Objects can be created by calls of the form new("MWCAParams", ...)
.
Slots
- X:
A high-dimensional array.
- mask:
A mask array having the same dimension of X.
- pseudocount:
The pseudo count to avoid zero division, when the element is zero (Default: Machine Epsilon).
- algorithms:
Algorithms used to decompose the matricised tensor in each mode.
- dims:
The lower dimension of each factor matrix.
- transpose:
Whether the factor matrix is transposed to calculate core tensor.
- viz:
Whether the output is visualized.
- figdir:
When viz=TRUE, whether the plot is output in the directory.
Methods
- MWCA
Function to peform MWCA.
See Also
[Package mwTensor version 1.1.0 Index]