IT용어위키



Discrete

In mathematics and computer science, discrete refers to distinct, separate values or entities, as opposed to continuous values. Discrete data or structures consist of isolated points or categories, often represented by integers or categorical labels. In contrast, continuous data have values that fall within a range and can take on any value within that interval.

Examples of Discrete Data

Discrete data is commonly found in many fields and applications:

  • Count Data: The number of students in a classroom, items sold, or events occurring in a time period. These values are whole numbers without intermediate values.
  • Categorical Data: Data with distinct categories, such as colors (red, blue, green), types of products, or classifications like "high," "medium," and "low."
  • Binary Data: Data that can only take one of two possible values, such as "yes" or "no," "true" or "false," or "spam" or "not spam."

Applications of Discrete Data

Discrete data is commonly used in fields like:

  • Computer Science: Discrete structures like graphs, sets, and trees are foundational in algorithms, data structures, and databases.
  • Statistics: Discrete probability distributions, such as the Binomial or Poisson distributions, are used to model events in fields like finance, healthcare, and operations.
  • Machine Learning: Classification algorithms often work with discrete labels to categorize data into classes, such as spam vs. not spam or fraud vs. non-fraud.

Discrete vs. Continuous

Discrete data differs from continuous data in several ways:

  • Discrete Data: Takes on distinct, separate values; often countable and finite (e.g., number of items).
  • Continuous Data: Can take on any value within a range; often measurable and infinite (e.g., height, weight, temperature).

Understanding whether data is discrete or continuous helps in choosing appropriate statistical methods, machine learning algorithms, and data representations.


  출처: IT위키(IT위키에서 최신 문서 보기)
  * 본 페이지는 공대위키에서 미러링된 페이지입니다. 일부 오류나 표현의 누락이 있을 수 있습니다. 원본 문서는 공대위키에서 확인하세요!