Multivariate |
The MultivariateLinearRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GenerateValues | Generates regression and residual columns from the fit result. | |
| GetFitResultsDescription | Creates a textual description of the fit result. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OutputFitResults | Writes the fit result description to the console. | |
| Regress(MultivariateLinearFitParameters, Boolean) | Performs the regression and optionally outputs the results. | |
| Regress(MultivariateLinearFitParameters, String) | Performs the regression and returns the fit together with the parameter names. | |
| ShowDialogAndRegress | Shows the regression dialog and executes the regression if confirmed. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |