博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Some key terms of Data Mining
阅读量:6859 次
发布时间:2019-06-26

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

Outlier mining - A data mining task aiming to find a specific number of objects that are considerably dissimilar, exceptional and inconsistent with respect to the majority records in the input databases.

Subspace - A combination of features of attributes of a database.

Outlying subspaces -An outlying subspace of a point is a subspace (subset of features) in which this point is considerably dissimilar, exceptional or inconsistent with respect to the remaining population in the database.

Genetic algorithm - A genetic algorithm (abbreviated as GA) is a search technique used in computer science to approximate solutions to optimization and search problems.

Space lattice - Space lattice is a lattice that contains all the possible subspaces of a data space. Each subspace in the lattice is represented as a conbination of features of that subspace.

Random sampling- Randon sampling is a sampling technique where we select a group of subjects (a sample) for study from a larger group (apopulation). Each individual is chosen entirely by chance and each member of the population has a known, but possibly non-equal, chance of being included in the sample.

Example-based outlier mining - Give a set of outlier examples, find more outliers from the dataset that exhibits the similar outlier-ness to the given outlier examples.

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

你可能感兴趣的文章
jSON Call can throw but it is not marked with try
查看>>
基于bootstrap的jQuery多级列表树插件 treeview
查看>>
node06
查看>>
笔试题[转]
查看>>
图片轮换
查看>>
PHP数据结构练习笔记--栈
查看>>
JSON对象配合jquery.tmpl.min.js插件,手动攒出一个table
查看>>
编译安装QEMU 及卸载
查看>>
关于php-fpm与nginx进程重载的坑
查看>>
P2S、P2P、P2SP之对比
查看>>
笔记01 登录、常用配置参数、Action访问Servlet API 和设置Action中对象的值、命名空间和乱码处理、Action中包含多个方法如何调用...
查看>>
替代变量
查看>>
73. Spring Boot注解(annotation)列表【从零开始学Spring Boot】
查看>>
UNIX环境高级编程——pthread_create的问题
查看>>
接口继承中一个常见问题的思考
查看>>
C#获取软件图标
查看>>
提高代码质量的三要素
查看>>
Android避免进入页面自动弹出软键盘(真正好用)
查看>>
网络编程
查看>>
cocos2d JS-(JavaScript) 函数类型相互转换(字符串、整形、浮点形、布尔值)
查看>>