文件名称:Kernel-Recursive-Least-Squares
介绍说明--下载内容均来自于网络,请自行研究使用
递归核最小二乘算法,来至MIT大学的wingate教授,含6个源码,有实例!-dict_init.m- Part of the dictionary implementation used by KRLS algorithm. Can stand alone.
dict.m- Part of the dictionary implementation used by the KRLS algorithm. Can stand alone.
krls_init.m- Kernel recursive least squares initializer.
krls.m- Main KRLS function. Repeatedly called with new data points.
krls_query.m- Query the resulting estimator.
krls_example.m- An example scr ipt showing the different parts.
dict.m- Part of the dictionary implementation used by the KRLS algorithm. Can stand alone.
krls_init.m- Kernel recursive least squares initializer.
krls.m- Main KRLS function. Repeatedly called with new data points.
krls_query.m- Query the resulting estimator.
krls_example.m- An example scr ipt showing the different parts.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Kernel Recursive Least Squares\dict.m
..............................\dict_init.m
..............................\krls.m
..............................\krls_example.m
..............................\krls_init.m
..............................\krls_query.m
Kernel Recursive Least Squares