This component generates the following attributes.

.. list-table::
  :header-rows: 1
  :widths: 3,1,3

  * - Attribute Name
    - Scale
    - Description
  * - *<component_id>*\_actual
    - INTEGER/REAL (depend on target attribute)
    - Values of target attribute.
  * - *<component_id>*\_std_actual
    - REAL
    - Standardized values of ``actual``.
  * - *<component_id>*\_predict
    - REAL
    - Predicted values.
  * - *<component_id>*\_std_predict
    - REAL
    - Standardized values of ``predict``.
  * - *<component_id>*\_assigned_comp_id
    - INTEGER
    - Component IDs assigned by gating functions.
  * - *<component_id>*\_predict_c\ *<hme_comp_id>*
    - REAL
    - Predicted values for the prediction formula of component id, *<hme_comp_id>*.
  * - *<component_id>*\_std_predict_c\ *<hme_comp_id>*
    - REAL
    - Standardized predicted values for the prediction formula of component id, *<hme_comp_id>*.
  * - *<component_id>*\_basisfunc_\ *<feature_attr_name>*:*<basis_func_index>*
    - REAL
    - Basis function values.
