Supervised Estimation Algorithm
(Redirected from supervised estimation algorithm)
Jump to navigation
Jump to search
A Supervised Estimation Algorithm is an estimation algorithm that is a data-driven estimation algorithm and is a supervised learning algorithm.
- AKA: Supervised Regressor.
- Context:
- It can range from being an Eager Supervised Estimation Algorithm to being a Lazy Supervised Estimation Algorithm.
- It can range from being a Model-based Supervised Estimation Algorithm to being an Instance-based Supervised Estimation Algorithm.
- It can range from being a Fully-Supervised Estimation Algorithm to being a Semi-Supervised Estimation Algorithm.
- It can range from being a Supervised Single-Variable Estimation Algorithm to being a Supervised Multi-Variable Estimation Algorithm.
- It can range from being an Imbalanced Supervised Estimation Algorithm to being a Balanced Supervised Estimation Algorithm (depending on whether it can handle an Imbalanced Training Dataset).
- It can range from being a Supervised Tuple Estimation Algorithm.
- to being a Supervised String Estimation Algorithm.
- to being a Supervised Graph Estimation Algorithm.
- It can be applied by a Supervised Estimation System (to solve a supervised estimation task).
- Example(s):
- Counter-Example(s):
- See: Parametric Regression.