2012年7月11日
摘要: Three typical types of Data Mining applications: Classification Regression ClusteringClassificationIn a classification type problem, we have a variable of interest which is categorical in nature. For example, this could be: Classification of credit risk, either good or bad Classifying patients as hi 阅读全文
posted @ 2012-07-11 16:24 Jiang, X. 阅读(308) 评论(0) 推荐(0) 编辑
摘要: To deal with the data, we have to load it to matlab and express it with variables.%load data to matlabrawdata = load('E:\Pattern Recognition\Data Mining Repository\adult\resource\converted_data.data');%get data of all fieldsage = rawdata(:,1)';workclass = rawdata(:,2)';fnlwgt = rawda 阅读全文
posted @ 2012-07-11 11:12 Jiang, X. 阅读(1198) 评论(0) 推荐(0) 编辑