logo
logo
x
바코드검색
BOOKPRICE.co.kr
책, 도서 가격비교 사이트
바코드검색

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

Making Sense of Data II

Making Sense of Data II (Paperback)

Glenn J. Myatt, Wayne P. Johnson (지은이)
John Wiley & Sons Inc
213,050원

일반도서

검색중
서점 할인가 할인률 배송비 혜택/추가 실질최저가 구매하기
159,780원 -25% 0원
4,800원
154,980원 >
yes24 로딩중
교보문고 로딩중
notice_icon 검색 결과 내에 다른 책이 포함되어 있을 수 있습니다.

중고도서

검색중
서점 유형 등록개수 최저가 구매하기
로딩중

eBook

검색중
서점 정가 할인가 마일리지 실질최저가 구매하기
로딩중

책 이미지

Making Sense of Data II
eBook 미리보기

책 정보

· 제목 : Making Sense of Data II (Paperback) 
· 분류 : 외국도서 > 컴퓨터 > 시스템 관리 > 저장/검색
· ISBN : 9780470222805
· 쪽수 : 320쪽
· 출판일 : 2009-02-03

목차

PREFACE xi

1 INTRODUCTION 1

1.1 Overview 1

1.2 Definition 1

1.3 Preparation 2

1.3.1 Overview 2

1.3.2 Accessing Tabular Data 3

1.3.3 Accessing Unstructured Data 3

1.3.4 Understanding the Variables and Observations 3

1.3.5 Data Cleaning 6

1.3.6 Transformation 7

1.3.7 Variable Reduction 9

1.3.8 Segmentation 10

1.3.9 Preparing Data to Apply 10

1.4 Analysis 11

1.4.1 Data Mining Tasks 11

1.4.2 Optimization 12

1.4.3 Evaluation 12

1.4.4 Model Forensics 13

1.5 Deployment 13

1.6 Outline of Book 14

1.6.1 Overview 14

1.6.2 Data Visualization 14

1.6.3 Clustering 15

1.6.4 Predictive Analytics 15

1.6.5 Applications 16

1.6.6 Software 16

1.7 Summary 16

1.8 Further Reading 17

2 DATA VISUALIZATION 19

2.1 Overview 19

2.2 Visualization Design Principles 20

2.2.1 General Principles 20

2.2.2 Graphics Design 23

2.2.3 Anatomy of a Graph 28

2.3 Tables 32

2.3.1 Simple Tables 32

2.3.2 Summary Tables 33

2.3.3 Two-Way Contingency Tables 34

2.3.4 Supertables 34

2.4 Univariate Data Visualization 36

2.4.1 Bar Chart 36

2.4.2 Histograms 37

2.4.3 Frequency Polygram 41

2.4.4 Box Plots 41

2.4.5 Dot Plot 43

2.4.6 Stem-and-Leaf Plot 44

2.4.7 Quantile Plot 46

2.4.8 Quantile–Quantile Plot 48

2.5 Bivariate Data Visualization 49

2.5.1 Scatterplot 49

2.6 Multivariate Data Visualization 50

2.6.1 Histogram Matrix 52

2.6.2 Scatterplot Matrix 54

2.6.3 Multiple Box Plot 56

2.6.4 Trellis Plot 56

2.7 Visualizing Groups 59

2.7.1 Dendrograms 59

2.7.2 Decision Trees 60

2.7.3 Cluster Image Maps 60

2.8 Dynamic Techniques 63

2.8.1 Overview 63

2.8.2 Data Brushing 64

2.8.3 Nearness Selection 65

2.8.4 Sorting and Rearranging 65

2.8.5 Searching and Filtering 65

2.9 Summary 65

2.10 Further Reading 66

3 CLUSTERING 67

3.1 Overview 67

3.2 Distance Measures 75

3.2.1 Overview 75

3.2.2 Numeric Distance Measures 77

3.2.3 Binary Distance Measures 79

3.2.4 Mixed Variables 84

3.2.5 Other Measures 86

3.3 Agglomerative Hierarchical Clustering 87

3.3.1 Overview 87

3.3.2 Single Linkage 88

3.3.3 Complete Linkage 92

3.3.4 Average Linkage 93

3.3.5 Other Methods 96

3.3.6 Selecting Groups 96

3.4 Partitioned-Based Clustering 98

3.4.1 Overview 98

3.4.2 k-Means 98

3.4.3 Worked Example 100

3.4.4 Miscellaneous Partitioned-Based Clustering 101

3.5 Fuzzy Clustering 103

3.5.1 Overview 103

3.5.2 Fuzzy k-Means 103

3.5.3 Worked Examples 104

3.6 Summary 109

3.7 Further Reading 110

4 PREDICTIVE ANALYTICS 111

4.1 Overview 111

4.1.1 Predictive Modeling 111

4.1.2 Testing Model Accuracy 116

4.1.3 Evaluating Regression Models’ Predictive Accuracy 117

4.1.4 Evaluating Classification Models’ Predictive Accuracy 119

4.1.5 Evaluating Binary Models’ Predictive Accuracy 120

4.1.6 ROC Charts 122

4.1.7 Lift Chart 124

4.2 Principal Component Analysis 126

4.2.1 Overview 126

4.2.2 Principal Components 126

4.2.3 Generating Principal Components 127

4.2.4 Interpretation of Principal Components 128

4.3 Multiple Linear Regression 130

4.3.1 Overview 130

4.3.2 Generating Models 133

4.3.3 Prediction 136

4.3.4 Analysis of Residuals 136

4.3.5 Standard Error 139

4.3.6 Coefficient of Multiple Determination 140

4.3.7 Testing the Model Significance 142

4.3.8 Selecting and Transforming Variables 143

4.4 Discriminant Analysis 145

4.4.1 Overview 145

4.4.2 Discriminant Function 146

4.4.3 Discriminant Analysis Example 146

4.5 Logistic Regression 151

4.5.1 Overview 151

4.5.2 Logistic Regression Formula 151

4.5.3 Estimating Coefficients 153

4.5.4 Assessing and Optimizing Results 156

4.6 Naive Bayes Classifiers 157

4.6.1 Overview 157

4.6.2 Bayes Theorem and the Independence Assumption 158

4.6.3 Independence Assumption 158

4.6.4 Classification Process 159

4.7 Summary 161

4.8 Further Reading 163

5 APPLICATIONS 165

5.1 Overview 165

5.2 Sales and Marketing 166

5.3 Industry-Specific Data Mining 169

5.3.1 Finance 169

5.3.2 Insurance 171

5.3.3 Retail 172

5.3.4 Telecommunications 173

5.3.5 Manufacturing 174

5.3.6 Entertainment 175

5.3.7 Government 176

5.3.8 Pharmaceuticals 177

5.3.9 Healthcare 179

5.4 microRNA Data Analysis Case Study 181

5.4.1 Defining the Problem 181

5.4.2 Preparing the Data 181

5.4.3 Analysis 183

5.5 Credit Scoring Case Study 192

5.5.1 Defining the Problem 192

5.5.2 Preparing the Data 192

5.5.3 Analysis 199

5.5.4 Deployment 203

5.6 Data Mining Nontabular Data 203

5.6.1 Overview 203

5.6.2 Data Mining Chemical Data 203

5.6.3 Data Mining Text 210

5.7 Further Reading 213

APPENDIX A MATRICES 215

A.1 Overview of Matrices 215

A.2 Matrix Addition 215

A.3 Matrix Multiplication 216

A.4 Transpose of a Matrix 217

A.5 Inverse of a Matrix 217

APPENDIX B SOFTWARE 219

B.1 Software Overview 219

B.1.1 Software Objectives 219

B.1.2 Access and Installation 221

B.1.3 User Interface Overview 221

B.2 Data Preparation 223

B.2.1 Overview 223

B.2.2 Reading in Data 224

B.2.3 Searching the Data 225

viii CONTENTS

B.2.4 Variable Characterization 227

B.2.5 Removing Observations and Variables 228

B.2.6 Cleaning the Data 228

B.2.7 Transforming the Data 230

B.2.8 Segmentation 235

B.2.9 Principal Component Analysis 236

B.3 Tables and Graphs 238

B.3.1 Overview 238

B.3.2 Contingency Tables 239

B.3.3 Summary Tables 240

B.3.4 Graphs 242

B.3.5 Graph Matrices 246

B.4 Statistics 246

B.4.1 Overview 246

B.4.2 Descriptive Statistics 248

B.4.3 Confidence Intervals 248

B.4.4 Hypothesis Tests 249

B.4.5 Chi-Square Test 250

B.4.6 ANOVA 251

B.4.7 Comparative Statistics 251

B.5 Grouping 253

B.5.1 Overview 253

B.5.2 Clustering 254

B.5.3 Associative Rules 257

B.5.4 Decision Trees 258

B.6 Prediction 261

B.6.1 Overview 261

B.6.2 Linear Regression 263

B.6.3 Discriminant Analysis 265

B.6.4 Logistic Regression 266

B.6.5 Naive Bayes 267

B.6.6 kNN 269

B.6.7 CART 269

B.6.8 Neural Networks 270

B.6.9 Apply Model 271

BIBLIOGRAPHY 273

INDEX 279

이 포스팅은 쿠팡 파트너스 활동의 일환으로,
이에 따른 일정액의 수수료를 제공받습니다.
이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다.
도서 DB 제공 : 알라딘 서점(www.aladin.co.kr)
최근 본 책