搜索资源列表
2296_Regression
- Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class ha
ID3II
- ID3,数据挖掘 决策书算法 vc中的具体实现 数据挖掘工具 cls算法扩展-ID3, data mining algorithms vc decision on the specific data mining tools cls algorithm expansion
FFT_VB
- 老外用vb实现的fft,快速傅里叶变换算法,有cls文件,而且有简单的demo,方便使用。-Foreigners with vb achieved fft, fast Fourier transform algorithm, there is cls files, but also a simple demo, easy to use.
cls
- Bayesian Techniques,Improved Classification Approximation
localization
- 实现无线传感器网络或者蜂窝网中的三种节点定位算法:CLS、质心算法、DV-Hop算法-Wireless sensor networks or cellular networks of the three localization algorithms: CLS, centroid algorithm, DV-Hop Algorithm
cls
- 最小二乘拟合法,对心电信号进行处理和去除噪声-Least squares fitting
Maze
- 迷宫设计 利用STL 的stack 类,完成以下要求的功能: 1、打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置打印“ ”(两个空格),注意每个位置都是两个字符。 2、寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输寻找走出 迷宫的路径并输FindPath(FindPath(FindPath(F
DecisionTreeID3
- ID3算法是一种贪心算法,用来构造决策树。ID3算法起源于概念学习系统(CLS),以信息熵的下降速度为选取测试属性的标准,即在每个节点选取还尚未被用来划分的具有最高信息增益的属性作为划分标准,然后继续这个过程,直到生成的决策树能完美分类训练样例。(The ID3 algorithm is a greedy algorithm, which is used to construct a decision tree. ID3 algorithm originated from the concept