-
svm
说明: SVM 现在主要用于故障诊断。他可以解决非线性,小样本。(svm is a means for fault detect.)
- 2010-04-15 15:16:29下载
- 积分:1
-
11
说明: We return to the iris data of the previous example to illustrate the Rand index, by comparing the k-means results with the true class labels. First we get some of the needed information to construct the matching matrix.
- 2016-01-17 21:41:22下载
- 积分:1
-
homework(1)prog
householder矩阵的数值分析及matlab实现(householder)
- 2009-12-21 09:49:48下载
- 积分:1
-
mcmc
MCMC方法主要是为了解决有些baysian推断中参数期望E(f(v)|D)不能直接计算得到的问题的。
其中v是要估计的参数,D是数据观察值(The concept consists of two parts:markov chain and monte carlo integration。)
- 2016-11-25 23:33:43下载
- 积分:1
-
GD
说明: 梯度下降法对数据进行分类,并取了四个数据点,对分类进行证明。对梯度下降法有详细的备注。(The gradient descent method classifies the data and takes four data points to prove the classification. There are detailed remarks on gradient descent method.)
- 2020-05-24 17:22:03下载
- 积分:1
-
CONSTRAINTETRAHEDRON
说明: 该代码是一个基于MATLAB语言编辑的四面体有限元长应变四面体算法,包含一个例子很实用,性能稳定。感谢大家的分享。(This code is a kind of constrain Tetrahedral fem compution on MATLAB。there are total code and an example in cube。It is very practical and stable。thank you for your exchanging。 )
- 2010-04-22 20:54:41下载
- 积分:1
-
meanfilter
c and matlab code work together. It implement the meanfilter function.(c code and matlab co-work. This function shows the meanfilter of image. You can try the code. There is no bug inside. )
- 2012-12-28 17:33:44下载
- 积分:1
-
wjzzrd_1
MATLAB小程序,实现模糊仿人只能的仿真,和PID进行了对比(MATLAB applet, fuzzy imitation only simulation, and PID were compared)
- 2012-03-25 10:42:07下载
- 积分:1
-
source
function S = steeringv(M,x) define steering vector
free space wavelength of 15cm at resonant freq of 2GHz
lamda = 0.15
d = lamda/2 inter-element spacing
K = 1:M
x is DOA of the received signal
S = exp((-2*pi*j*(K-1)*d*sin(x))/lamda)
- 2012-07-13 15:38:31下载
- 积分:1
-
SVMRFE
svm的一种特征选择方法,基因选取算去,减少特征数量,减少运算时间,也可提高运算精度(svm a feature selection method, gene selection operator to reduce the number of features to reduce the computation time, but also can improve the calculation accuracy)
- 2020-09-28 21:27:44下载
- 积分:1