Weighted |
The WeightedRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| GaussianKernel | Obsolete. | |
| LocalT(MatrixT, MatrixT, VectorT, Double, FuncDouble, T) | Obsolete. Locally-Weighted Linear Regression using normal equations. | |
| LocalT(MatrixT, VectorT, VectorT, Double, FuncDouble, T) | Obsolete. Locally-Weighted Linear Regression using normal equations. | |
| WeightedT(IEnumerableTupleT, T, T, Boolean) | Weighted Linear Regression using normal equations. | |
| WeightedT(IEnumerableValueTupleT, T, T, Boolean) | Weighted Linear Regression using normal equations. | |
| WeightedT(MatrixT, MatrixT, MatrixT) | Weighted Linear Regression using normal equations. | |
| WeightedT(MatrixT, VectorT, MatrixT) | Weighted Linear Regression using normal equations. | |
| WeightedT(T, T, T, Boolean) | Weighted Linear Regression using normal equations. |