资源列表
pseudo_inverse
- 伪逆分类法的matlab实现,包含训练和测试部分-Pseudo-inverse classification matlab realization, including training and testing parts
naivebayes
- naive bayes分类法的matlab实现,包含训练和测试部分-naive bayes classification matlab realize, including training and testing parts
fisher
- fisher分类法的matlab实现,包含训练与测试部分。-fisher classification matlab implementation, including training and testing parts.
decisiontree
- 决策树的matlab实现,包含训练和测试-Decision Tree matlab implementation
The-data-for-processing
- 这是关于信号处理方面的知识,对matlab的卡尔曼滤波十分重要-This is knowledge about signal processing and it is very importance of kalman filter for matlab
LU
- LU分解法解线性方程组(内附题目) #include "math.h" #include "stdio.h" #define n 4 int LU(double (*a)[n])-LU decomposition method for solving linear equations (containing title)# include " math.h" # include " stdio.h" # define n 4 int LU (
RSM
- 对测试函数运用响应面的方法做了四阶响应面模型。-Using response surface of the test function method to do a fourth-order response surface model.
Adaboost
- matlab实现AdaBoost,弱分类算法包括fisher 伪逆 svm naivebayes 决策树。-matlab implements AdaBoost, weak classification algorithms include fisher pseudoinverse svm naivebayes tree.
gongshifuquan
- 运用mathcad实现了公式赋权法的编程工作-Achieved using mathcad programming formula weighting method
NewTon
- Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0 int k=0 do { x1= x0-
IFFshibie
- 敌我识别信号的门限检测算法,该算法适应MarkX、MarkXII和S模式的信号。-IFF signal threshold detection algorithm, which is adapted MarkX, MarkXII and S mode signal.
rom
- 用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
