- Haskell Data Analysis Cookbook
- Nishant Shukla
- 84字
- 2021-12-08 12:43:34
Chapter 2. Integrity and Inspection
This chapter will cover the following recipes:
- Trimming excess whitespace
- Ignoring punctuation and specific characters
- Coping with unexpected or missing input
- Validating records by matching regular expressions
- Lexing and parsing an e-mail address
- Deduplication of nonconflicting data items
- Deduplication of conflicting data items
- Implementing a frequency table using Data.List
- Implementing a frequency table using Data.MultiSet
- Computing the Manhattan distance
- Computing the Euclidean distance
- Comparing scaled data using the Pearson correlation coefficient
- Comparing sparse data using cosine similarity
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- 一步一步學Spring Boot 2:微服務項目實戰
- C#編程入門指南(上下冊)
- Learning Linux Binary Analysis
- JavaScript動態網頁開發詳解
- Apache Mahout Clustering Designs
- 零基礎學HTML+CSS第2版
- Android項目實戰:博學谷
- SAP HANA Starter
- 流暢的Python
- 人件集:人性化的軟件開發
- 深度剖析ApacheDubbo核心技術內幕
- Activiti權威指南
- Advanced Analytics with R and Tableau
- Cloud Native Python