FastNonnegativeLeastSquares Methods |
The FastNonnegativeLeastSquares type exposes the following members.
Methods | Name | Description |
---|
| Execution(IROMatrixDouble, IROMatrixDouble, NullableDouble, IMatrixDouble, IMatrixDouble) |
Execution of the fast nonnegative least squares algorithm. The algorithm finds a vector x with all elements xi>=0 which minimizes |X*x-y|.
|
| Execution(IROMatrixDouble, IROMatrixDouble, FuncInt32, Boolean, NullableDouble, IMatrixDouble, IMatrixDouble) |
Execution of the fast nonnegative least squares algorithm. The algorithm finds a vector x with all elements xi>=0 which minimizes |X*x-y|.
|
TopSee Also