Matlab中高斯RBF的实现

时间:2015-10-21 15:42:42

标签: machine-learning matlab

我从机器学习开始,需要帮助在Matlab中实现高斯RBF。

enter image description here

我知道它在做什么,但不知道如何在matlab中实现它

1 个答案:

答案 0 :(得分:0)

/*
|--------------------------------------------------------------------------
| Error Logging Threshold
|--------------------------------------------------------------------------
|
| If you have enabled error logging, you can set an error threshold to
| determine what gets logged. Threshold options are:
| You can enable error logging by setting a threshold over zero. The
| threshold determines what gets logged. Threshold options are:
|
|   0 = Disables logging, Error logging TURNED OFF
|   1 = Error Messages (including PHP errors)
|   2 = Debug Messages
|   3 = Informational Messages
|   4 = All Messages
|
| For a live site you'll usually only enable Errors (1) to be logged otherwise
| your log files will fill up very fast.
|
*/
$config['log_threshold'] = 0;

Source