Logistic Function Fitting System: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - "__NOTOC__ " to "__NOTOC__ ") |
||
Line 18: | Line 18: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] | [[Category:Concept]] |
Latest revision as of 03:03, 6 January 2023
A Logistic Function Fitting System is a supervised model-based classification software system that implements a logistic regression algorithm to solve a logistic regression task.
- Context:
- It can range from (typically) being a Binomial Logistic Regression System to being a Multinomial Logistic Regression System.
- It can range from being a Logistic Regression Software Package to being a Logistic Regression Tool/Logistic Regression Library.
- It can be implemented with a Generalized Linear Models System.
- Example(s):
- Counter-Example(s):
- See: Algebraic Function Fitting System.