SOAPy_st.pl.show_factor_matrix_in_CP_tensor
- SOAPy_st.pl.show_factor_matrix_in_CP_tensor(tensor: TensorDecomposition, factor_name: str, **kwargs)
Visualizes a factor in the CP decomposition tensor.
Parameters
- tensorTensorDecomposition
The TensorDecomposition object containing the CP decomposition.
- factor_namestr
The name of the factor to visualize.
- **kwargsdict
Additional keyword arguments for seaborn.clustermap.
Returns
None