.. _`Decision Function`: .. _`org.sysess.sympathy.machinelearning.decision_function`: Decision Function ~~~~~~~~~~~~~~~~~ .. image:: decision_function.svg :width: 48 Applies the decision function (if available) of a trained model to return a scalar for each class of outputs :Configuration: :Inputs: **in-model** : model Input model **X** : table X :Outputs: **Y** : table Y *Ports*: **Inputs**: :in-model: model Input model :X: table X **Outputs**: :Y: table Y *Configuration*: .. automodule:: node_application .. class:: DecisionFunction