-
介绍了数据挖掘的经典算法,属于国内第一本有关数据挖掘的教材。...
介绍了数据挖掘的经典算法,属于国内第一本有关数据挖掘的教材。-Introduction of the classic data mining algorithms, belonging to the first book on data mining materials.
- 2023-04-04 08:40:04下载
- 积分:1
-
使用Marquardt方法的非线性嘴小二乘拟合算法
使用Marquardt方法的非线性嘴小二乘拟合算法-use of small mouth nonlinear least square fitting algorithm
- 2022-03-06 00:12:03下载
- 积分:1
-
数据挖掘bayers实现
朴素贝叶斯算法是基于贝叶斯定理与特征条件独立假设的分类方法。对于给定的训练数据集,首先基于特征条
件独立假设学习输入/输出的联合概率分布;然后基于此模型,对给定的输入x,利用贝叶斯定理求出后验概率
最大的输出y。朴素贝叶斯法实现简单,学习与预测的效率都很高,是一种常用的方法。
算法假定训练数据各属性列的值均是离散类型的。若是非离散类型的数据,需要首先进行数据的预处理,将非
离散型的数据离散化。
首先,将原训练元组按类别划分为,其中利用
MapdatasOfClass(ArrayList datas),d
- 2022-06-29 07:59:03下载
- 积分:1
-
产生式系统的推理
基于产生式规则的推理,人工智能的实验,演示了简单的正向推理,正向推理树较小,可基于实际情况对规则库进行扩充。
- 2023-07-24 14:35:08下载
- 积分:1
-
利用快速傅立叶变换间接计算的Hilbert变换。程序已测试,效果很好...
利用快速傅立叶变换间接计算的Hilbert变换。程序已测试,效果很好-The use of Fast Fourier Transform Hilbert transform calculated indirectly. Procedures have been tested, the effect of good
- 2022-03-15 17:45:20下载
- 积分:1
-
数据挖掘中的聚类算法,可以作为学习数学算法…
数据挖掘中聚类的算法,可以作为学习数学算法的时候用,也可以作为自己开发软件时使用-Clustering in data mining algorithms, mathematical algorithms can be used as learning time, and also can develop software as their own use
- 2022-06-29 19:05:44下载
- 积分:1
-
ECG信号处理
这个项目提出了一种算法,从数据库文件中读取ecg signal ,通过特征提取,QRS检测处理它,挑,并采用Matlab仿真RR间期
- 2022-02-07 20:45:46下载
- 积分:1
-
thread_tree
此程序使线程的树和计算为了遍历写作由 c plus
- 2022-06-12 20:14:13下载
- 积分:1
-
直接分解算法
* To factor the n by n matrix A = (A(I,J)) into the product of the* lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is* A = LU, where the main diagonal of either L or U consists of all ones:** INPUT: dimension n; the entries A(I,J), 1
- 2023-06-21 06:30:04下载
- 积分:1
-
多种计算方法
本源码包括各种计算方法中的各种基本计算,包括行列式,矩阵,lu分解等。
- 2022-01-25 19:01:08下载
- 积分:1