.. _`Inverse Transform`: .. _`org.sysess.sympathy.machinelearning.inverse_transform`: Inverse Transform ~~~~~~~~~~~~~~~~~ .. image:: inverse_transform.svg :width: 48 Applies the inverse of a transformation model to the given data :Configuration: - *names method* Method used to generate output names - *transpose* Transposes output data, suitable for large number of features (eg. word counts) :Inputs: **in-model** : model Input model **input** : table Input table :Outputs: **output** : table Output table *Ports*: **Inputs**: :in-model: model Input model :input: table Input table **Outputs**: :output: table Output table *Configuration*: **names method** Method used to generate output names **transpose** Transposes output data, suitable for large number of features (eg. word counts) .. automodule:: node_application .. class:: InverseTransform