搜索资源列表
1
- D3的源码决策树最全面最经典的版本.id3决策树的实现及其测试数据.id3 一个有用的数据挖掘算法,想必对大家会有所帮助!id3算法进行决策树生成 以信息增益最大的属性作为分类属性,生成决策树,从而得出决策规则。-D3 of the source tree the most comprehensive version of the most classic. Id3 decision tree and its test data. Id3 a useful data mining algorit
calendar
- 寿星万年历是一款采用现代天文算法制作的农历历算程序,含有公历与回历信息,可以很方便的进行公、农、回三历之间的转换。提供公元-4712年到公元9999年的日期查询功能。其中1500年到1940农历数据已经与陈垣的《二十史朔闰表》核对;含有从公420元(南北朝/宋武帝元年)到今的基本年号。在过去几百年中,寿星万年历的误差是非常小的,节气时刻计算及日月合朔时刻的平均误差小于1秒,太阳坐标的最大可能误差为0.2角秒,月亮坐标的最大可能误差为3角秒,平均误差为误差的1/6。万年历中含有几百个国内城市的经纬
Ktongfa
- 著名的大数量的排序算法--K桶排序法~在数据文本式的大数据排序时,K桶法会是一个不错的选择! k桶法:k桶法有两个主要步骤:分桶,整合。 分桶:把n个数依次放入k个桶中,除了第k个桶外,放入前k 1个桶中的数都要求后一个大于 前一个。分桶的具体规则如下: 第1个数放入第一个桶内,第2个数若大于第一个桶中的数(即第一个数)则放入第一个桶内, 否则放入第二桶内,以此类推。设现要将第j个数放入某桶中,先从第一个桶试起,若第j个 数大于当前第一个桶中最
CCarithmetic
- CC算法的实现及优化,此算法用于聚类需要中,将大数据里面特征接近的信息聚到一起。-cc arithmetic achieving and optimum
hjndvinew
- IDL编写,对环境卫星进行辐射定标并计算NDVI值。程序设计,1、影像分块,在处理大数据时特别有用;2、XML读取,IDL提供了方便的读写XML的方法;3、日期转儒略日算法;4、表观反射率计算方法;5、字符串处理技巧等。 -IDL to prepare for environmental satellite radiometric calibration and calculate NDVI values. Program design, an image block is particul
mod_square
- 目前RSA公钥密码体制所采用的模幂运算耗时太多,处理大数据时速度很慢,所以提高运算效率便成为非常重要的研究课题,模重复平方算法通过实现指数约减达到简化计算的目的。-Currently consuming too much power operation mode RSA public-key cryptosystem used when dealing with large data speed is very slow, so improving operational efficiency
KMeans
- K-Means++算法的c语言实现,主要对大数据利用K—Means++算法进行分类-K-Means++ algorithm c language, mainly on the use of large data classification algorithm K-Means++
大数据时代
- 大数据的核心就是预测。它通常被视为人工智能的一部分,或者更确切地说,被视为一种 机器学习。但是这种定义是有误导性的。大数据不是要教机器像人一样思考。相反,它是把数学算法运用到海量的数据上来预测事情发生的可能性。(The heart of big data is prediction. It is usually regarded as part of artificial intelligence, or rather, considered as a kind of artificial in
CSO未修改
- 一种仿生算法,可以用于图像识别以及大数据处理。(A bionic algorithm can be used for image recognition and large data processing.)
数据挖掘
- 数据挖掘Data mining十大经典算法及其代码实现(理论+实践)(Data mining ten classic algorithms and their code implementation)
程序
- 以稀疏子空间聚类以及低秩子空间聚类等基本谱聚类算法为基础,通过 运用核映射算法,融合与数据本身结构相关的局部切线空间函数以及主成分分析 算法建立了可以应对独立子空间聚类、非独立子空间聚类、非线性聚类、混合多 流体聚类问题以及多种含有大数据量的实际问题,包括处理运动分割、人脸识别、 工件识别等情况中的多种类型数据分类的聚类算法,并且引入 Map-Reduce 并行处 理方法优化了算法的计算效率(Based on the basic spectral clustering algorith
XGBOOST
- 大数据 XGBOOST算法,这是一个XGBOOST程序(xgboost is base on the big data.you can use it)
MC
- 大数据挖掘,随机森林算法,可用于分类,特征向量选择等等。(random forest ,data minning)
naiveBayesian2
- 数据挖掘十大算法之一,朴素贝叶斯算法的实现(One of the ten data mining algorithms and the naive Bayesian algorithm)
chapter6
- 电力用户窃电大数据仿真,利用拉格朗日差值法和机器学习算法进行数据处理,有效预测。(The power user theft of large data simulation, the use of Lagrange difference method and machine learning algorithm for data processing, effective prediction.)
Maximum entropy
- 最大熵算法计算数据的概率密度曲线 ,参看run.r文件和density.r文件.(PDF calculation given Maximum entropy algorithm)
1000以内阶乘
- 此算法可以计算1000以内任何数的阶乘,解决了大数据难以储存的问题(This algorithm can calculate the factorial of any number within 1000, and solve the problem that the large data is hard to store.)
D-OA
- 卡尔曼滤波算法实现数据融合,多传感器数据融合,文件比较大,但是可以参考使用(Calman filtering algorithm achieves data fusion, multi-sensor data fusion, and the file is relatively large, but it can be used for reference.)
dbscan
- 利用该程序可以实现大数据下的三维点云及二维数据的密度聚类,并对聚类后的结果进行准确提取(Using this program, the density clustering of three-dimensional point clouds and two-dimensional data can be realized, and the clustered results can be accurately extracted.)
pagerank
- 南开大学大数据课程大作业一 :PageRank算法代码(Assignment 1 of big data course of Nankai University: PageRank algorithm code)