Click or drag to resize
Accord.NET (logo)

MultipleLinearRegressionAnalysis Properties

The MultipleLinearRegressionAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyArray Obsolete.
Source data used in the analysis.
Public propertyChiSquareTest
Gets a Chi-Square Test between the expected outputs and the results.
Public propertyCoefficients
Gets the collection of coefficients of the model.
Public propertyCoefficientValues
Gets the value of each coefficient.
Public propertyConfidences
Gets the Confidence Intervals (C.I.) for each coefficient found in the regression.
Public propertyFTest
Gets a F-Test between the expected outputs and results.
Public propertyInformationMatrix
Gets the information matrix obtained during learning.
Public propertyInputs
Gets or sets the name of the input variables for the model.
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfSamples
Gets the number of samples used to compute the analysis.
Public propertyOrdinaryLeastSquares
Gets or sets the learning algorithm used to learn the MultipleLinearRegression.
Public propertyOutput
Gets or sets the name of the output variable for the model.
Public propertyOutputs Obsolete.
Gets the dependent variable value for each of the source input points.
Public propertyRegression
Gets the Regression model created and evaluated by this analysis.
Public propertyResults Obsolete.
Gets the resulting values obtained by the linear regression model.
Public propertyRSquareAdjusted
Gets the adjusted coefficient of determination, as known as R² adjusted
Public propertyRSquared
Gets the coefficient of determination, as known as R²
Public propertySource Obsolete.
Source data used in the analysis.
Public propertyStandardError
Gets the standard deviation of the errors.
Public propertyStandardErrors
Gets the Standard Error for each coefficient found during the logistic regression.
Public propertyTable
Gets the ANOVA table for the analysis.
Public propertyToken
Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.
Public propertyZTest
Gets a Z-Test between the expected outputs and the results.
Top
See Also