From 64424f199b99fe8dd87f5b9b47f307232f22cfcd Mon Sep 17 00:00:00 2001 From: Florence Townend Date: Wed, 8 Nov 2023 15:58:45 +0000 Subject: [PATCH] altered fusion model explanations on docs --- docs/fusion_model_explanations.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fusion_model_explanations.rst b/docs/fusion_model_explanations.rst index 2259f8c..e6393e8 100644 --- a/docs/fusion_model_explanations.rst +++ b/docs/fusion_model_explanations.rst @@ -9,15 +9,15 @@ where appropriate. .. figure:: _static/cui_diagram.jpeg :align: left - :width: 80% + :width: 100% :alt: Model fusion diagram The diagram above shows the categorisation of the fusion models available in this library. This image has been taken from `Cui et al. (2023) `_. -The table below shows the categorisation of the models available in this library. It is important to note that some of the methods in this library can probably be categorised in more than one way. For example, the :class:`.ConcatImgLatentTabDoubleTrain` model can be considered both an subspace-based model and an operation-based model. This is because it uses an autoencoder to learn an image latent space, which is then concatenated with the tabular data. However, the model also uses an operation (concatenation) to combine the modalities. Therefore, it is important to understand the categorisation of the models as a guide, rather than a strict rule. +The table below shows the categorisation of the models available in this library. It is important to note that some of the methods in this library can probably be categorised in more than one way. For example, the :class:`.ConcatImgLatentTabDoubleTrain` model can be considered both an subspace-based model and an operation-based model. This is because it uses an autoencoder to learn an image latent space, which is then concatenated with the tabular data. However, the model also uses an operation (concatenation) to combine the modalities. The categorisation of the models are a guide, rather than a strict rule. .. list-table:: - :widths: 20 80 + :widths: 15 85 :header-rows: 1 * - Fusion type @@ -48,7 +48,7 @@ This tabular-tabular fusion model works by passing each tabular modality through .. image:: _static/ConcatTabularFeatureMaps.png :align: left ------ +------ :class:`.ConcatTabularData` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~