LinearRegression.Update Method |
Name | Description | |
---|---|---|
![]() | Update(Double[,],Double[]) |
Updates the regression object with a new set of observations.
|
![]() | Update(Double[], Double) |
Updates the regression object with a new observation.
|
![]() | Update(Double[,],Double[],Double[]) |
Updates the regression object with a new set of observations and
weights.
|
![]() | Update(Double[], Double, Double) |
Updates the regression object with a new observation and weight.
|