CoupledMWCAResult-class {mwTensor} | R Documentation |
Class "CoupledMWCAResult"
Description
The result object genarated by CoupledMWCA function.
Slots
- weights:
weights of CoupledMWCAParams.
- common_model:
common_model of CoupledMWCAParams.
- common_initial:
common_initial of CoupledMWCAParams.
- common_algorithms:
common_algorithms of CoupledMWCAParams.
- common_iteration:
common_iteration of CoupledMWCAParams.
- common_decomp:
common_decomp of CoupledMWCAParams.
- common_fix:
common_fix of CoupledMWCAParams.
- common_dims:
common_dims of CoupledMWCAParams.
- common_transpose:
common_transpose of CoupledMWCAParams.
- common_coretype:
common_coretype of CoupledMWCAParams.
- common_factors:
Common factor matrices of CoupledMWCA.
- common_cores:
Common core tensors of CoupledMWCA.
- specific_model:
specific_model of CoupledMWCAParams.
- specific_initial:
specific_initial of CoupledMWCAParams.
- specific_algorithms:
specific_algorithms of CoupledMWCAParams.
- specific_iteration:
specific_iteration of CoupledMWCAParams.
- specific_decomp:
specific_decomp of CoupledMWCAParams.
- specific_fix:
specific_fix of CoupledMWCAParams.
- specific_dims:
specific_dims of CoupledMWCAParams.
- specific_transpose:
specific_transpose of CoupledMWCAParams.
- specific_coretype:
specific_coretype of CoupledMWCAParams.
- specific_factors:
Data specific factor matrices of CoupledMWCA.
- specific_cores:
Data specific core tensors of CoupledMWCA.
- specific:
specific of CoupledMWCAParams.
- thr:
thr of CoupledMWCAParams.
- viz:
viz of CoupledMWCAParams.
- figdir:
figdir of CoupledMWCAParams.
- verbose:
verbose of CoupledMWCAParams.
- 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.
- rel_change:
The relative change of each iteration step.
See Also
CoupledMWCAParams-class
, CoupledMWCA