IRegressionAnalysis Interface |
Namespace: Accord.Statistics.Analysis
The IRegressionAnalysis type exposes the following members.
Name | Description | |
---|---|---|
Outputs |
Gets the dependent variable value
for each of the source input points.
| |
Source |
Source data used in the analysis.
(Inherited from IMultivariateAnalysis.) |
Name | Description | |
---|---|---|
Compute |
Computes the analysis using given source data and parameters.
(Inherited from IAnalysis.) |
Regression analysis attempt to express one numerical dependent variable as a combinations of other features or measurements.
When the dependent variable is a category label, the class of analysis methods is known as discriminant analysis.