文件名称:demofun
介绍说明--下载内容来自于网络,使用问题请自行百度
This a simple demo, solving a simple regression task using LS-SVMlab. A dataset is constructed in the right formatting. The data are represented as matrices where each row contains one datapoint. In order to make an LS-SVM model, we need 2 extra parameters: gamma (gam) is the regularization parameter, determining the trade-off between the fitting error minimization and smoothness of the estimated function. sigma^2 (sig2) is the kernel function parameter of the RBF kernel. The parameters and the variables relevant for the LS-SVM are passed as one cell. This cell allows for consistent default handling of LS-SVM parameters and syntactical grouping of related arguments. -This is a simple demo, solving a simple regression task using LS-SVMlab. A dataset is constructed in the right formatting. The data are represented as matrices where each row contains one datapoint. In order to make an LS-SVM model, we need 2 extra parameters: gamma (gam) is the regularization parameter, determining the trade-off between the fitting error minimization and smoothness of the estimated function. sigma^2 (sig2) is the kernel function parameter of the RBF kernel. The parameters and the variables relevant for the LS-SVM are passed as one cell. This cell allows for consistent default handling of LS-SVM parameters and syntactical grouping of related arguments.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
demofun/changelssvm.m
demofun/demofun.m
demofun/initlssvm.m
demofun/kernel_matrix.m
demofun/lssvmMATLAB.m
demofun/plotlssvm.m
demofun/postlssvm.m
demofun/prelssvm.m
demofun/simlssvm.m
demofun/trainlssvm.m
demofun/demofun.m
demofun/initlssvm.m
demofun/kernel_matrix.m
demofun/lssvmMATLAB.m
demofun/plotlssvm.m
demofun/postlssvm.m
demofun/prelssvm.m
demofun/simlssvm.m
demofun/trainlssvm.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.