- Mastering Java for Data Science
- Alexey Grigorev
- 87字
- 2021-07-02 23:44:35
Other commons modules
Commons Lang, IO, and Collections are a few commons libraries out of many. There are other commons modules that are useful for data science:
- Commons compress is used for reading compressed files such as, bzip2 (for reading Wikipedia dumps), gzip, 7z, and others
- Commons CSV is used for reading and writing CSV files (we will use it later)
- Commons math is used for statistical calculation and linear algebra (we will also use it later)
You can refer to https://commons.apache.org/ for the whole list.
推薦閱讀
- 復雜性思考:復雜性科學和計算模型(原書第2版)
- Creating Mobile Apps with Sencha Touch 2
- 區塊鏈:看得見的信任
- Python數據分析:基于Plotly的動態可視化繪圖
- 數據庫技術實用教程
- Google Cloud Platform for Developers
- SQL Server深入詳解
- Unity for Architectural Visualization
- Artificial Intelligence for Big Data
- 深入理解Flink:實時大數據處理實踐
- Hands-On Java Deep Learning for Computer Vision
- Applying Math with Python
- 數據分析實踐:專業知識和職場技巧
- Hadoop與大數據挖掘
- Learning Game AI Programming with Lua