- Clojure Data Analysis Cookbook(Second Edition)
- Eric Rochester
- 203字
- 2021-08-06 19:26:04
Introduction
There's not much data analysis that can be done without data, so the first step in any project is to evaluate the data we have and the data that we need. Once we have some idea of what we'll need, we have to figure out how to get it.
Many of the recipes in this chapter and in this book use Incanter (http://incanter.org/) to import the data and target Incanter datasets. Incanter is a library that is used for statistical analysis and graphics in Clojure (similar to R) an open source language for statistical computing (http://www.r-project.org/). Incanter might not be suitable for every task (for example, we'll use the Weka library for machine learning later) but it is still an important part of our toolkit for doing data analysis in Clojure. This chapter has a collection of recipes that can be used to gather data and make it accessible to Clojure.
For the very first recipe, we'll take a look at how to start a new project. We'll start with very simple formats such as comma-separated values (CSV) and move into reading data from relational databases using JDBC. We'll examine more complicated data sources, such as web scraping and linked data (RDF).
- iOS 9 Game Development Essentials
- MATLAB圖像處理超級學習手冊
- OpenCV for Secret Agents
- Getting Started with PowerShell
- 軟件工程
- Python項目實戰從入門到精通
- Zabbix Performance Tuning
- Python 快速入門(第3版)
- Dart:Scalable Application Development
- C++游戲設計案例教程
- Learning ArcGIS Geodatabases
- 移動應用界面設計
- PLC編程入門及工程實例
- 前端程序員面試筆試真題庫
- 數據庫管理與開發項目教程:MySQL(微課版·第4版)