Harris Quach
  • Home
  • About
  • Updates
  • Research
  • Software
  • Extended Posts

OneR Classifier

The simplest type of decision tree. The tree only contains a single split.

Below is an example determining whether a car is fast or slow.

flowchart TB
  A([Weight < 2000kg])
  B([Car Is Fast])
  C([Car Is Slow])

  A -- Yes --> B
  A -- No --> C

Back to top

Harris Quach © 2024

  • Github

  • LinkedIn

  • Google Scholar

Version 2.2.1.5 | Feedback | Website made with Quarto