Sql server - What is Discrete and Continuous data in Data mining world?

What is Discrete and Continuous data in Data mining world?

Discreet data can be considered as defined or finite data. e.g. Mobile numbers, gender. Continuous data can be considered as data which changes continuously and in an ordered fashion. e.g. age.

What is Discrete and Continuous data in Data mining world?

Discrete data

- Only finite set of values are available ex: zip codes, no. of words etc.
- Integer variables are represented very often.

Continuous data

- Only real numbers are available – ex : height, weight, length, temperature
- Represents floating point variables.
Sql server - What is MODEL in Data mining world?
Models in Data mining help the different algorithms in decision making or pattern matching.......
Sql server - How does the data mining and data warehousing work together?
Data warehousing can be used for analyzing the business needs by storing data in a meaningful form......
Sql server - What is a Decision Tree Algorithm?
A decision tree is a tree in which every node is either a leaf node or a decision node. This tree takes an input an object and outputs some decision.....
Post your comment