博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Process of knowledge discovery in databases
阅读量:5949 次
发布时间:2019-06-19

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

Data mining is an integral part of knowledge discovery in databases (KDD), which is the overal process of converting raw data into useful information.

 

The process of knowledge discovery in databases:

Input Data

-> Data Preprocessing(Feature Selection, Dimensionality Reduction, Normalization, Data Subsetting)  (the most laborious and time-consuming task)

-> Data Mining

-> Postprocessing (Filtering Patterns, Visualization, Pattern Interpretation)

-> Information

 

The purpose of preprocessing: raw input data -> appropriate format

Steps involved in data preprocessing:

1. fusing data from multiple sources;

2. cleaning data to remove noise and duplicate observatoins;

3. selecting records and features that are relevant to the data mining task at hand.

转载地址:http://pnsxx.baihongyu.com/

你可能感兴趣的文章
lucene_06_solr域
查看>>
12月该知道的
查看>>
[3D]第一人称相机类Camera
查看>>
zookeeper启动报错(数据目录权限不对)
查看>>
VM 监控信息布局
查看>>
Python Pandas -- Series
查看>>
Shift Operations on C
查看>>
HTTP长轮询和短轮询
查看>>
【BZOJ 1877】 [SDOI2009]晨跑
查看>>
【BZOJ 1013】 [JSOI2008]球形空间产生器sphere
查看>>
Java Decompiler Plugin For Eclipse IDE
查看>>
Python __init__.py 作用详解
查看>>
Python3 GUI开发(PyQt)安装和配置
查看>>
在UnrealEngine中用Custom节点实现径向模糊
查看>>
Linux 套接字通信笔记(一)
查看>>
汉诺塔——各种编程范式的解决
查看>>
poi读写Excel文件
查看>>
Android闹钟开发与展示Demo
查看>>
静态库介绍与简单演练及同名资源冲突解决(.a格式的静态库)
查看>>
layoutSubviews
查看>>