代码搜索:classification
找到约 3,679 项符合「classification」的源代码
代码结果 3,679
www.eeworm.com/read/455850/7362803
m lda.m
%
N=500;
%Generating Data with Gaussain Distribution......
%data for the first category
c1_model.Mean = [1;1]; % Mean vector
c1_model.Cov = [1 0.6; 0.6 1]; % Covariance matrix
data_c1=gsamp(c1_
www.eeworm.com/read/441245/7673236
m lssvc.m
function W = lssvc(A, TYPE, PAR, C)
%LSSVC Least-Squares Support Vector Classifier
%
% W = lssvc(A,TYPE,PAR,C);
%
% INPUT
% A dataset
% TYPE Type of the kernel (optional; default: '
www.eeworm.com/read/397122/8065835
m code_moc.m
function [codebook,scheme] = code_MOC(m)
% Generate the codebook for multiclass classification with Minimum Output encoding.
%
% >> codebook = code_MOC(m)
%
% see also:
% code
% Copyright (c) 200
www.eeworm.com/read/296700/8080748
txt bp文件夹说明.txt
BP神经网络用于分类与回归
----------------------------------------------
----------------------------------------------
文件说明:
1、NeuralNetwork_BP_Classification.m - 分类
2、NeuralNetwork_BP_Regression.m -