- 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
推薦閱讀
- Spring Boot 2實戰(zhàn)之旅
- 零基礎搭建量化投資系統:以Python為工具
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發(fā)視頻大講堂)
- Software Testing using Visual Studio 2012
- HTML5 Mobile Development Cookbook
- 秒懂設計模式
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- 從Java到Web程序設計教程
- Julia for Data Science
- INSTANT Silverlight 5 Animation
- Hands-On JavaScript for Python Developers
- R語言數據可視化:科技圖表繪制
- Visual Basic語言程序設計上機指導與練習(第3版)
- BackTrack 5 Cookbook