MultipleLinearRegressionAnalysis Properties |
The MultipleLinearRegressionAnalysis type exposes the following members.
Name | Description | |
---|---|---|
Array | Obsolete.
Source data used in the analysis.
| |
ChiSquareTest |
Gets a Chi-Square Test between the expected outputs and the results.
| |
Coefficients |
Gets the collection of coefficients of the model.
| |
CoefficientValues |
Gets the value of each coefficient.
| |
Confidences |
Gets the Confidence Intervals (C.I.)
for each coefficient found in the regression.
| |
FTest |
Gets a F-Test between the expected outputs and results.
| |
InformationMatrix |
Gets the information matrix obtained during learning.
| |
Inputs |
Gets or sets the name of the input variables for the model.
| |
NumberOfInputs |
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
NumberOfOutputs |
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.) | |
NumberOfSamples |
Gets the number of samples used to compute the analysis.
| |
OrdinaryLeastSquares |
Gets or sets the learning algorithm used to learn the MultipleLinearRegression.
| |
Output |
Gets or sets the name of the output variable for the model.
| |
Outputs | Obsolete.
Gets the dependent variable value
for each of the source input points.
| |
Regression |
Gets the Regression model created
and evaluated by this analysis.
| |
Results | Obsolete.
Gets the resulting values obtained
by the linear regression model.
| |
RSquareAdjusted |
Gets the adjusted coefficient of determination, as known as R² adjusted
| |
RSquared |
Gets the coefficient of determination, as known as R²
| |
Source | Obsolete.
Source data used in the analysis.
| |
StandardError |
Gets the standard deviation of the errors.
| |
StandardErrors |
Gets the Standard Error for each coefficient
found during the logistic regression.
| |
Table |
Gets the ANOVA table for the analysis.
| |
Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
| |
ZTest |
Gets a Z-Test between the expected outputs and the results.
|