-
rocplot
ROC curves illustrate performance on a binary classification problem where classification is based on simply thresholding a set of scores at varying levels. Lenient thresholds give high sensitivity but low specificity, strict thresholds give high specificity but low sensitivity the ROC curve plots this trade-off over a range of thresholds (usually with sens vs 1-spec, but I prefer sens vs spec this code gives you the option).
It is theoretically possible to operate anywhere on the convex hull of an ROC curve, so this is plotted too. The area under the curve (AUC) for a ROC plot is a measure of overall accuracy, and the area under the ROCCH is a kind of upper bound on what might be achievable with a weighted combination of differently thresholded results from the given classifier
- 2009-12-14 20:49:44下载
- 积分:1
-
gaussian
说明: 这段代码的功能是生成高斯滤波器的,用matlab来实现的。(The code s function is to generate Gaussian filter with matlab achieved.)
- 2008-11-29 16:30:15下载
- 积分:1
-
try
matlab 实现数据的短时傅里叶变换 自己测试通过(short time Fourier transform matlab achieve data test by)
- 2013-01-09 10:45:41下载
- 积分:1
-
image_stitch
基于matlab的 surf图像拼接算法 根据matlab官方样例改写 采用例图进行拼接 初学者可以学习使用(The surf image mosaic algorithm based on MATLAB is rewritten according to Matlab official sample, and the example is used for stitching. Beginners can learn to use.)
- 2018-04-03 13:44:33下载
- 积分:1
-
clsf_dpd1
关于粗糙集计算的一些程序,使用matlab编写的,比较初级的(Calculated on the rough set some of the procedures, the use of matlab written relatively early)
- 2010-10-14 15:17:34下载
- 积分:1
-
princinpleAnalysis
PCA主元分析是用于过程监测中的很好的方法(PCA principal component analysis is used to process monitoring in the good way)
- 2010-05-24 10:17:16下载
- 积分:1
-
scale_free
Matlab 无标度网络 可以任意增加节点,边的数量(Matlab scale-free network nodes can be arbitrarily increased, the number of edges)
- 2011-07-30 16:06:16下载
- 积分:1
-
miFV
The package includes the MATLAB code of the multi-instance learning algorithm miFV, which is an efficient and scalable MIL algorithm. miFV maps the original MIL bags into a new feature vector representation, which can obtain bag-level information, and meanwhile lead to excellent performances even with linear classifiers. In consequence, thanks to the low computational cost in the mapping step and the scalability of linear classifiers, miFV can handle large scale MIL data efficiently and effectively. A Readme file and some data files are included in the package.
- 2015-03-31 18:39:34下载
- 积分:1
-
Rayleigh_Channel
to generate rayleigh enveloppe
- 2010-10-07 09:53:22下载
- 积分:1
-
TECmatlabcode
pso算法的代码,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值,(PSO algorithm code is based on an iterative optimization tools. Initialize the system for a group of random solutions, through iterative search for the optimal values,)
- 2006-07-11 13:59:29下载
- 积分:1