Classification Tree Learning Algorithm: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Classification Tree Learning Algorithm is a Decision Tree Learning Algorithm that can produce a Classification Tree. * <B>Context:</B> ** It can be implemented i...") |
No edit summary |
||
Line 2: | Line 2: | ||
* <B>Context:</B> | * <B>Context:</B> | ||
** It can be implemented in an [[Classification Tree Learning System]]. | ** It can be implemented in an [[Classification Tree Learning System]]. | ||
** It is a [[Symbolic Learning Algorithm]]. | |||
** It is a [[Discriminative Learning Algorithm]]. | |||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** a [[Regression Tree Learning Algorithm]]. | ** a [[Regression Tree Learning Algorithm]]. |
Revision as of 01:31, 16 July 2013
A Classification Tree Learning Algorithm is a Decision Tree Learning Algorithm that can produce a Classification Tree.
- Context:
- It can be implemented in an Classification Tree Learning System.
- It is a Symbolic Learning Algorithm.
- It is a Discriminative Learning Algorithm.
- Counter-Example(s):
- See: Kernel-based Classification Algorithm.