- Learning Data Mining with Python(Second Edition)
- Robert Layton
- 117字
- 2021-07-02 23:40:02
What is affinity analysis?
Affinity analysis is a type of data mining that gives similarity between samples (objects). This could be the similarity between the following:
- Users on a website, to provide varied services or targeted advertising
- Items to sell to those users, to provide recommended movies or products
- Human genes, to find people that share the same ancestors
We can measure affinity in several ways. For instance, we can record how frequently two products are purchased together. We can also record the accuracy of the statement when a person buys object 1 and when they buy object 2. Other ways to measure affinity include computing the similarity between samples, which we will cover in later chapters.
推薦閱讀
- Node.js+Webpack開(kāi)發(fā)實(shí)戰(zhàn)
- Full-Stack Vue.js 2 and Laravel 5
- JSP開(kāi)發(fā)案例教程
- JavaScript程序設(shè)計(jì)(第2版)
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Mobile Forensics:Advanced Investigative Strategies
- C語(yǔ)言程序設(shè)計(jì)教程
- 分布式數(shù)據(jù)庫(kù)HBase案例教程
- 網(wǎng)頁(yè)設(shè)計(jì)與制作
- ASP.NET Core and Angular 2
- HTML5程序設(shè)計(jì)基礎(chǔ)教程
- Unity虛擬現(xiàn)實(shí)開(kāi)發(fā)圣典
- Python AI游戲編程入門:基于Pygame和PyTorch
- Learning Java Lambdas
- C#程序開(kāi)發(fā)教程