Click or drag to resize

WeightedRegression Methods

The WeightedRegression type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGaussianKernel Evaluates a Gaussian kernel at the specified normalized distance.
Obsolete
Public methodStatic memberLocalT(MatrixT, MatrixT, VectorT, Double, FuncDouble, T) Locally-Weighted Linear Regression using normal equations.
Obsolete
Public methodStatic memberLocalT(MatrixT, VectorT, VectorT, Double, FuncDouble, T) Locally-Weighted Linear Regression using normal equations.
Obsolete
Public methodStatic memberWeightedT(IEnumerableTupleT, T, T, Boolean) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(IEnumerableValueTupleT, T, T, Boolean) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(MatrixT, MatrixT, MatrixT) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(MatrixT, VectorT, MatrixT) Weighted Linear Regression using normal equations.
Public methodStatic memberWeightedT(T, T, T, Boolean) Weighted Linear Regression using normal equations.
Top
See Also