▍1. Java 环保大数据
环保大数据的处理对环保行业非常重要,本人编写了如何整合环保大数据的问题
zookper节点搭建、持久节点、临时节点创建以及动态上下线(Construction of Zookper Node and Dynamic Up and Down)
说明: zookper节点搭建、持久节点、临时节点创建以及动态上下线(Construction of Zookper Node and Dynamic Up and Down)
说明: 在Weka平台运行的ID3算法,对普通的ID3算法做了一点改进,有四个不同的改进,对应了四个不同的算法,适合实验报告和课程报告。直接可以运行,无需调试。(The ID3 algorithm running on the Weka platform has made a little improvement on the ordinary ID3 algorithm. There are four different improvements, corresponding to four different algorithms, which are suitable for experiment reports and course reports. It can run directly without debugging.)
C++经典数值算法源码, 包括线性代数方程组的求解, 数学变换与滤波等(C classical numerical algorithm source code, including the solution of linear algebraic equations, mathematical transformation and filtering, etc.)
Hadoop 的运行方式是由配置文件决定的(运行 Hadoop 时会读取配置文件),此外,伪分布式虽然只需要配置 fs.defaultFS 和 dfs.replication 就可以运行(官方教程如此)。(The mode of running Hadoop is determined by the configuration file (the configuration file is read when running Hadoop). In addition, the pseudo distributed can run only by configuring fs.defaultFS and dfs.replication (the official tutorial is the case).)
spring boot 和spark嵌套的demo(spring boot join with spark)
用java实现的一种聚类方法, 应用了iris这个非常出名的数据 和glass这个非常出名的数据,很不错的,值得大家看看,()