-
softConfig
本文档很好的阐述了软件开发过程中要注意到的版本控制问题,提出了很好的管理经验,供大家参考(This document set out a very good software development process should be noted that the version control problems, made a very good management experience, for your reference)
- 2007-08-29 09:48:29下载
- 积分:1
-
RBF
说明: 径向基函数神经网络(RBF)的MATLAB程序,比较详细,希望对学习RBF的人有帮助(Radial basis function neural network (RBF) of the MATLAB program, a more detailed study RBF people who want to help)
- 2010-03-30 17:29:37下载
- 积分:1
-
primal_svm
This is a Matlab code explaining the Primal SVM training and testing algorithm using Lagrange mathematical theory
- 2011-06-27 11:05:46下载
- 积分:1
-
barcode-reader
..Barcode analysis based on webcam..
this program is an example how to extracting features of the barcode and analyze them,,,
for example we can use webcam to get the barcode image.
- 2011-08-09 15:03:33下载
- 积分:1
-
ch2
matlab语言基础,包括命令窗口,变量与数值显示,数学运算,工作空间,矩阵运算等。(matlab language base, including the command window, variables and numeric display, math, work space, matrix operations, etc.)
- 2013-12-27 19:52:47下载
- 积分:1
-
PROSAIL_Matlab-fushechuanshu
遥感辐射传输模型,计算植被光谱反射率模型(radiative transfer model )
- 2021-03-18 14:49:19下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1
-
@dagsvm
有向无环图支持向量(DAG-SVMS)多类分类方法,是一种新的多类分类方法。该方法采用了最小超球体类包含作为层次分类依据。试验结果表明,采用该方法进行多类分类,跟已有的分类方法相比有更高的分类精度。
(Directed acyclic graph support vector (DAG-SVMS) multi-category classification methods, is a new multi-category classification methods. The method uses the smallest category of super-sphere that contains the level of classification as a basis. The experimental results show that using the method of multiclass classification with the classification method has been compared to a higher classification accuracy.)
- 2008-01-08 21:26:29下载
- 积分:1
-
iriscode
虹膜识别算法,包括定位,归一化,编码。很有用的算法。(iris recognition algorithms, including positioning, in the final one, coding. Useful algorithms.)
- 2006-10-13 15:37:59下载
- 积分:1
-
naivebayes_New
text classifier to classify some text file
- 2013-02-26 21:09:15下载
- 积分:1