===========================
sampo_vis fabhmerg_nomogram
===========================

.. contents:: Contents
    :local:

Overview
========

.. warning::

   sampo_vis fabhmerg_nomogram command is deprecated.

**sampo_vis fabhmerg_nomogram** visualizes prediction formulas and prediction results by FAB/HME regression components.

|

Synopsis
========
See sampo_vis command help::

    $ sampo_vis fabhmerg_nomogram --help

|

Examples
========
With the following commands, each prediction formula and each prediction result of the **rg** component in the **fabhmerg_learn** process is visualized::

    $ sampo learn fabhmerg.spd fabhmerg_learn.src -s file:///tmp/process_store
    $ sampo_vis fabhmerg_nomogram -p fabhmerg_learn -c rg -s file:///tmp/process_store -o /var/output_dir

|

Output Format
=============
Three diagrams are output per prediction formula.
   
* The first diagram represents the weight of each attribute.
* In the second diagram, each path corresponds to each sample, which represents the weighted value of each attribute/bias, and the predicted/actual value.
* In the third diagram, each path corresponds to each sample, which represents the value of each attribute.

The image is output as PNG format as shown below:

.. image:: ../image/fabreghmenomogram_2.png
