Which algorithm is commonly used for classifying data into predefined categories?

  • Decision Trees
  • K-Means Clustering
  • Linear Regression
  • Principal Component Analysis
Decision Trees are commonly used for classifying data into predefined categories. They work by recursively splitting the data based on features, forming a tree structure that represents decision paths.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *