Classification Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- ---- [[Category" to "---- ---- __NOTOC__ [[Category") |
m (Text replacement - ". ---- " to ". ---- ") |
||
Line 13: | Line 13: | ||
** a [[Range Estimation Algorithm]]. | ** a [[Range Estimation Algorithm]]. | ||
* <B>See:</B> [[Estimation System]]. | * <B>See:</B> [[Estimation System]]. | ||
---- | ---- | ||
---- | ---- |
Revision as of 22:23, 16 June 2021
A Classification Algorithm is an decisioning algorithm that can be implemented into a classification system (to solve a classification task).
- AKA: Class Decisioning Algorithm.
- Context:
- It can range from being a Heuristic Classification Algorithm to being a Data-Driven Classification Algorithm (such as a supervised classification algorithm).
- It can range from being a Binary Classification Algorithm to being a Multi-Class Classification Algorithm.
- …
- Example(s):
- Counter-Example(s):
- See: Estimation System.