搜索资源列表
zishiyingguolvfa
- 自适应过滤法是根据一组给定的权数对时间数列的历史观察值进行加权平均计算一个预测值,然后根据预测误差调整权数以减少误差,这样反复进行直至找出一组“最佳”权数,使误差减少到最低限度,再利用最佳权数进行加权平均预测。-Adaptive filtering method is based on the number of a given set of rights to compute a weighted average of the predicted value of historical tim
minimum_spanning_tree
- 本程序是基于最小洗漱树的分类器 可得到分类效果不错的分类器-This procedure is based on a minimum wash tree classifier good classification results obtained classifier
Apriori
- 数据挖掘中的经典算法apriori。输入项集和最小支持度,输出频繁项集。-Data Mining the classical algorithm apriori. Entry and set minimum support, output frequent item sets.
maxminjulei
- 最大最小聚类算法改进,和书上的步骤完全一样,可以运行,简单-Maximum and minimum clustering algorithm improvements, and steps on the book exactly the same, it can run, simple
Wavelet-Entropy
- 通过小波熵处理多年的降水量,求得最大值,最小值,并预测降水趋势-Through years of precipitation wavelet entropy process, and seek maximum, minimum, and predicted precipitation trends
optimization
- 用最少方差法对资源高峰进行优化,并以柱状图的形式直接显示出来结果-With a minimum variance method to optimize resource peak
ditabdses-minimum
- Gauss列主消元法,用于求解线性方程组,c代码,()
dataanalyse
- 利用pandas、numpy、scipy组建的数据分析工具。可以实现均值、频数、最大值、最小值、分位数等得统计。(Data analysis tools built by pandas, numpy and SciPy. The statistics of mean, frequency, maximum, minimum and quantile can be achieved.)
knn
- 模式识别中的k近邻算法,经过测试,运行结果很好。 最小距离分类器 : 它将各类训练样本划分成若干子类,并在 每个子类中确定代表点 。测试样本的类别则以其与这些代表点距离最近作决策。该方法的缺点是所选择的代表点并不一定能很好地代表各类,其后果将使错误率增加。(The k nearest neighbor algorithm in pattern recognition has been tested and the result is very good. Minimum distance c