Weighted |
The WeightedRegression type exposes the following members.
| Name | Description | |
|---|---|---|
| GaussianKernel |
Evaluates a Gaussian kernel at the specified normalized distance.
Obsolete | |
| LocalT(MatrixT, MatrixT, VectorT, Double, FuncDouble, T) |
Locally-Weighted Linear Regression using normal equations.
Obsolete | |
| LocalT(MatrixT, VectorT, VectorT, Double, FuncDouble, T) |
Locally-Weighted Linear Regression using normal equations.
Obsolete | |
| 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. |