搜索资源列表
vga13h0.2
- 本工作室专门为DOS TC开发的VGA图形函数库,目前已经完成了0.3版,这个是0.2版。实现了一些实用的图形功能,最终目标是实现一个游戏引擎。0.2版还存在很多问题,架构不好,代码也很乱。-the studio specifically for the development of the TC DOS VGA graphics libraries, has completed version 0.3, the 0.2 version
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用F
Confusion_Matrix
- 影像分类精度评价算法——混淆矩阵,评价漏分和错分情况-Image Classification Accuracy Assessment Algorithm- confusion matrix, evaluation of leakage points and the wrong sub-situation
cohenKappa
- Calcuate Cohen s kappa statistics from a confusion matrix
confusion
- Program in matlab to compute the confusion matrix.
Image_Classify
- 遥感影像分类的matlab实现(源码+图像)。以及分类后评价(总体精度、Kappa系数、混淆矩阵)。-Remote Sensing Image Classification of matlab implementation (source code+ images). After the evaluation and classification (overall accuracy, Kappa coefficient, confusi
cfmatrix
- 本程序,可以用了画混淆矩阵,请大家使用,-This procedure can be painted with a confusion matrix, please use, thanks
ConfusionMatrix
- 遥感影像分类后精度评价C++程序,主要是通过混淆矩阵,包括生成者精度,用户精度。-Remote sensing image classification accuracy assessment after C++ program, mainly through the confusion matrix, including generators accuracy, user accuracy.
NewFolder
- confusion matrix and some of my own programs
6d85523f7a9f
- Implementation of Confusion matrix in python
confusion-matrix
- 对识别结果进行混合矩阵分析,从而显示识别精度-generates a confusion matrix
Confusion-matrix
- This file displays the Confusion matrix, which is always used to show the error according to each class.
confusion-network
- 语音识别中lattice转换成混淆网络的代码,非常有用-Speech Recognition lattice into confusion network code, very useful
confusion-matrix
- 在图像精度评价中,主要用于比较分类结果和实际测得值,可以把分类结果的精度显示在一个混淆矩阵里面。混淆矩阵是通过将每个实测像元的位置和分类与分类图像中的相应位置和分类像比较计算的。-In the image to uate the accuracy, mainly for comparison of classification results and the actual measured value, the accuracy of
phoneme-confusion
- phoneme confusion paper pdf
confusion-matrix
- This code is designed for two or more classes instance confusion matrix formation and Calclating 1acuuracy 2.error 3.Sensitivity (Recall or True positive rate) 4.Specificity 5.Precision 6.FPR-Fals
confusion
- matrix_confusion whit k_fold
PG_Curve-master
- 根据得到的分类标签,画出分类结果的混淆矩阵(Draw a confusion matrix of classification results)
vtshitoyan-plotConfMat-1787253
- 就是用MATLAB绘制,一个颜色编码的混淆矩阵。(MATLAB is used to draw a color coded confusion matrix.)
confusion matrix
- Calculate the confusion matrix for knn ,mlp and RBF