- 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
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Designing Machine Learning Systems with Python
- 大學計算機基礎實驗教程
- Object-Oriented JavaScript(Second Edition)
- The Computer Vision Workshop
- Java程序設計與實踐教程(第2版)
- C語言程序設計
- Learning YARN
- FFmpeg開發實戰:從零基礎到短視頻上線
- C語言程序設計
- Android開發權威指南(第二版)
- Web前端開發技術實踐指導教程
- Java算法從菜鳥到達人
- 像程序員一樣使用MySQL
- Implementing NetScaler VPX?(Second Edition)