搜索资源列表
LSSVMlabv
- trainlssvm函数用于训练模型,主要有两种使用形式: [alpha, b] = trainlssvm({X,Y,type,gam,kernel_par,kernel,preprocess}) model = trainlssvm(model)或者model = trainlssvm(model, X, Y) X和Y分别是训练样本集的输入和输出数据。(The trainlssvm function is used for training models, and there are t