5c9587404d27af60e5be0df5f630d1d4e02fd064,GPy/likelihoods/link_functions.py,Log,dtransf_df,#Log#Any#,128

Before Change


        return np.exp(np.clip(f, -_lim_val, _lim_val))

    def dtransf_df(self,f):
        return np.exp(np.clip(f, -_lim_val, _lim_val))

    def d2transf_df2(self,f):
        return np.exp(np.clip(f, -_lim_val, _lim_val))

After Change


        return safe_exp(f)

    def dtransf_df(self,f):
        return safe_exp(f)

    def d2transf_df2(self,f):
        return safe_exp(f)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 8

Instances


Project Name: SheffieldML/GPy
Commit Name: 5c9587404d27af60e5be0df5f630d1d4e02fd064
Time: 2015-04-10
Author: alan.daniel.saul@gmail.com
File Name: GPy/likelihoods/link_functions.py
Class Name: Log
Method Name: dtransf_df


Project Name: SheffieldML/GPy
Commit Name: 5c9587404d27af60e5be0df5f630d1d4e02fd064
Time: 2015-04-10
Author: alan.daniel.saul@gmail.com
File Name: GPy/likelihoods/link_functions.py
Class Name: Log
Method Name: transf


Project Name: SheffieldML/GPy
Commit Name: 5c9587404d27af60e5be0df5f630d1d4e02fd064
Time: 2015-04-10
Author: alan.daniel.saul@gmail.com
File Name: GPy/likelihoods/link_functions.py
Class Name: Log
Method Name: d2transf_df2


Project Name: SheffieldML/GPy
Commit Name: 5c9587404d27af60e5be0df5f630d1d4e02fd064
Time: 2015-04-10
Author: alan.daniel.saul@gmail.com
File Name: GPy/likelihoods/link_functions.py
Class Name: Log
Method Name: d3transf_df3