Click or drag to resize

FloatNonnegativeLeastSquares Constructor

Overload List
 NameDescription
Public methodFloatNonnegativeLeastSquares(FloatMatrix, FloatVector) Constructs a nonnegative least squares solution for the given linear system Ax = y.
Public methodFloatNonnegativeLeastSquares(FloatMatrix, FloatVector, Boolean) Constructs a nonnegative least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.
Public methodFloatNonnegativeLeastSquares(FloatMatrix, FloatVector, Boolean, Single) Constructs a nonnegative least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.
Public methodFloatNonnegativeLeastSquares(FloatMatrix, FloatVector, Boolean, Single, Int32) Constructs a nonnegative least squares solution for the given linear system Ax = y, optionally adding an intercept parameter to the model.
Top
See Also