Eager Model-based Learning Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "]]. * <B>Counter-Example" to "]]. ** ... * <B>Counter-Example") |
m (Text replacement - "** ..." to "** …") |
||
Line 5: | Line 5: | ||
*** an [[Eager Model-based Classification Algorithm]]. | *** an [[Eager Model-based Classification Algorithm]]. | ||
*** an [[Eager Model-based Regression Algorithm]]. | *** an [[Eager Model-based Regression Algorithm]]. | ||
** | ** … | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** [[C4.5 Decision Tree Algorithm]]. | ** [[C4.5 Decision Tree Algorithm]]. | ||
** [[DBPredictor Algorithm]]. | ** [[DBPredictor Algorithm]]. | ||
** any [[SVM Algorithm]]. | ** any [[SVM Algorithm]]. | ||
** | ** … | ||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** a [[Lazy Model-based Learning Algorithm]]. | ** a [[Lazy Model-based Learning Algorithm]]. |
Revision as of 20:31, 1 March 2021
An Eager Model-based Learning Algorithm is an Eager Learning Algorithm that is a Model-based Learning Algorithm.
- Context:
- It is a Supervised Learning Algorithm.
- It can be:
- …
- Example(s):
- Counter-Example(s):
- See: Parametric Algorithm.