Multivariate |
public class MultivariateLinearFitParameters
The MultivariateLinearFitParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| MultivariateLinearFitParameters | Initializes a new instance of the MultivariateLinearFitParameters class. |
| Name | Description | |
|---|---|---|
| DependentColumnIndexIntoSelection | Gets or sets the index of the dependent column within the selected columns. | |
| GenerateRegressionValues | Gets or sets a value indicating whether regression values should be generated. | |
| GenerateResidualValues | Gets or sets a value indicating whether residual values should be generated. | |
| IncludeIntercept | Gets or sets a value indicating whether an intercept should be included. | |
| SelectedDataColumns | Gets the selected data columns. | |
| SelectedDataRows | Gets or sets the selected data rows. | |
| Table | Gets the table that contains the regression data. |
| 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) | |
| 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) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _DependentColumnIndexIntoSelection | The index of the dependent column within the selected data columns. | |
| _GenerateRegressionValues | A value indicating whether regression values are generated. | |
| _GenerateResidualValues | A value indicating whether residual values are generated. | |
| _IncludeIntercept | A value indicating whether an intercept is included in the fit. | |
| _selectedDataColumns | The selected data columns. | |
| _selectedDataRows | The selected data rows, or null if all rows are used. | |
| _table | The table containing the data columns. |