def tf_pmse_NE(y_true, y_pred): return tf_pmse_cf(y_true, y_pred, idx=3)
def tf_pmse_5HT(y_true, y_pred): return tf_pmse_cf(y_true, y_pred, idx=1)
def tf_pmse_pH(y_true, y_pred): return tf_pmse_cf(y_true, y_pred, idx=2)
def tf_pmse_DA(y_true, y_pred): return tf_pmse_cf(y_true, y_pred, idx=0)