Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Continuous Vs. discrete attributes

Tags:

database

Could anyone please clarify the difference between continuous and discrete attributes?

Thanks.

like image 784
kewl Avatar asked Nov 01 '25 08:11

kewl


1 Answers

I will try to explain with an example:

Suppose your table in the database has a column which stores the temperature of the day or say a furnace. The values for that column come from a continuous domain of temperature values.

If the table has a column named gender. Then that is discrete in the sense that only two or maybe three values comprise its domain.

I hope this helps.

cheers

like image 52
Arnkrishn Avatar answered Nov 03 '25 22:11

Arnkrishn