-
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
-
hkbu2005
介绍了构造均匀设计表的好格子点算法与生成原理,以中心化偏差为均匀性测度,使用MATLAB编写了生成中心化偏差值最小的均匀设计表的计算机通用程序,通过与文献比较,验证了程序的正确性,得到了更多的均匀设计表(The principle and good lattice points designing uniform design table are introduced,the general MATLAB programs for uniform design table are proposed base on searching the minimum of uniform design table s centered L2-discrepancy. The results shows that the programs are right by comparison of the others.)
- 2009-06-13 22:10:26下载
- 积分:1
-
genH
说明: LDPC码的生成矩阵,matlab算法实现(Generator matrix of LDPC codes, matlab algorithm)
- 2010-04-17 15:39:05下载
- 积分:1
-
seven
实现了数字信号处理在双音多频拨号系统中的应用,并用MATLAB实现。(Realization of the digital signal processing in a dual tone multi-frequency dialing system, and use MATLAB implementation.)
- 2011-05-10 16:34:35下载
- 积分:1
-
colortracker
real time implementation for video tracking based on color using particle filter in matlab
- 2013-10-14 18:11:57下载
- 积分:1
-
zishiyingzuoye
自适应算法的仿真,能实现很好的适应过程,解决干扰的影响(Adaptive algorithm simulation, can achieve a good adaptation process to resolve interference)
- 2013-07-12 16:34:23下载
- 积分:1
-
9wavvelet_lif7
97提升小波变换的MATLAB程序源源码,对初学入门者有帮助。
(97 lifting wavelet transform MATLAB program source code, help for beginners beginners.)
- 2012-07-25 23:04:47下载
- 积分:1
-
MatlabFunction-master
说明: 使用Matlab对图片进行操作时,大量的单张图片不利于操作,此时需要将图片转化为.mat格式,.mat方便我们对数据的处理,使我们更加高效的利用数据。文章中的代码是以PIE数据集作为转换的原始数据,每张图片的名称是连续的数字,相同类别的图片张数相等且名称连续。(When using MATLAB to operate pictures, a large number of single pictures are not conducive to operation. At this time, we need to convert pictures into. mat format. mat is convenient for us to process data, so that we can use data more efficiently. The code in this article is PIE data set as the original data for conversion. The name of each picture is a continuous number. The number of pictures of the same category is equal and the name is continuous.)
- 2020-06-17 13:40:02下载
- 积分:1
-
swab
Implement the following as inlines.
- 2014-09-17 21:52:08下载
- 积分:1
-
LSPE
提供了几种最小二乘法程序包括:批处理最小二乘参数估计,递推最小二乘参数估计,遗忘因子递推最小二乘参数估计,递推增广最小二乘参数估计。(Provides several least squares procedures include: Batch least squares parameter estimation, recursive least squares parameter estimation, forgetting factor recursive least squares parameter estimation, Recursive Extended Least Squares Parameter Estimation.)
- 2013-08-27 19:37:54下载
- 积分:1