MWCAResult-class {mwTensor} | R Documentation |
Class "MWCAResult"
Description
The result object genarated by MWCA function.
Slots
- algorithms:
algorithm of MWCAParams.
- dims:
dims of MWCAParams.
- transpose:
transpose of MWCAParams.
- viz:
viz of MWCAParams.
- figdir:
figdir of MWCAParams.
- factors:
The factor matrices of MWCA.
- core:
The core tensor of MWCA.
- rec_error:
The reconstructed error.
- train_error:
Training Error. train_error + test_error = rec_error.
- test_error:
Test Error. train_error + test_error = rec_error.
See Also
[Package mwTensor version 1.1.0 Index]