博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Three typical types of Data Mining applications
阅读量:5080 次
发布时间:2019-06-12

本文共 1757 字,大约阅读时间需要 5 分钟。

Three typical types of Data Mining applications:

    Classification
    Regression
    Clustering
Classification
In 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 high risk for heart disease
    Classifying individuals as high risk for fraudulent behavior
The goals of the classification problem can include:
    Finding variables that are strongly related to the variable of interest
    Developing a predictive model where a set of variables are used to
    Classify the variable of interest
Regression
In a regression type problem, we have a variable of interest which is continuous in nature. For example, this could be:
    A measurement for a manufacturing process
    Revenue in dollars
    Decrease in cholesterol after taking medication
The goals of the regression problem are similar to classification and can include:
    Finding variables that are strongly related to the variable of interest

    Developing a predictive model where a set of varicbles are used to

  predict the variable of interest
Clustering
In a clustering type problem, there is not a traditional variable of interest. Instead, the data needs sorted into cluster. For example:
  Clustering indibiduals for a marketing campaign
  Clustering symptoms in medical research to find relationships
  Finding clusters of bands, based on customer responses
The goals of cluster analysis problem can include:
  Finding variables that are most highly influence cluster assignment
  Comparing the clusters across variables of interest
  Assigning new cases to clusters and measuring the strength of cluster membership

转载于:https://www.cnblogs.com/johnpher/archive/2012/07/11/2586495.html

你可能感兴趣的文章
定位真机运行能用但是打包成apk就不能用的解决方法
查看>>
[收藏贴]CSS Reset(忘记出处了)
查看>>
IOS开发之路四(UITabBarController)
查看>>
wcf 服务器无法处理请求由于内部错误
查看>>
windows下redis 配置文件参数说明
查看>>
Nginx缓存、压缩配置
查看>>
内网渗透笔记---msf
查看>>
小计一次linux下渗透方法
查看>>
移动开发小技巧
查看>>
linux基本命令(2)-备份压缩命令
查看>>
2.拷贝控制操作(三/五法则)
查看>>
Ubuntu11.04添加笔记本的触摸板的管理工具
查看>>
毕业论文排版
查看>>
主机多网卡负载均衡-HP-APA,sun-multipathing,linux-bond
查看>>
设计模式之命令模式
查看>>
通过ajax获取一个多位数,当容器显示在屏幕可视区时,让数字以滚动的形式显示...
查看>>
powershell玩转SQL SERVER所有版本
查看>>
java 中的多线程简单介绍
查看>>
下拉菜单被挡住了,DIV置于最底层的方法
查看>>
[转]想靠写程序赚更多钱,写到两眼通红,写得比别人都又快又好好几倍,结果又能如何?...
查看>>