File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ Example
9494 :width: 800
9595 :alt: An example figure showing the component vectors of a three component PARAFAC model fitted to a fluoresence spectroscopy dataset.
9696
97- This example uses TensorLy to fit five three-component PARAFAC models to the data. Then it uses TLViz to:
98-
99- #. Select the model that gave the lowest reconstruction error,
100- #. normalise the component vectors, storing their magnitude in a separate weight-vector,
101- #. permute the components in descending weight (i.e. signal strength) order,
102- #. flip the components so they point in a logical direction compared to the data,
103- #. convert the factor matrices into Pandas DataFrames with logical indices,
104- #. and plot the components using matplotlib.
97+ This example uses TensorLy to fit five three-component PARAFAC models to the data. Then it uses TLViz to do the following steps :
98+
99+ #. Select the model that gave the lowest reconstruction error.
100+ #. Normalise the component vectors, storing their magnitude in a separate weight-vector.
101+ #. Permute the components in descending weight (i.e. signal strength) order.
102+ #. Flip the components so they point in a logical direction compared to the data.
103+ #. Convert the factor matrices into Pandas DataFrames with logical indices.
104+ #. Plot the components using matplotlib.
105105
106106All these steps are described in the `API documentation <https://tensorly.org/viz/stable/api.html >`_ with references to the literature.
107107
You can’t perform that action at this time.
0 commit comments