ComponentPlotTKD

# Import statement

from hottbox.contrib.visualisation import ComponentPlotTKD
class ComponentPlotTKD(tensor_rep)[source]

Constructor of the interactive dashboard for the TensorTKD objects

Parameters
tensor_repTensorTKD

Tensor represented in the tucker form.

Notes

  1. There is one slider per mode for selecting which factor vector to plot. This is due to the nature of the tucker representation, i.e. each factor from one mode vector is related all factor vectors from all other modes.