Click or drag to resize

SparsePls Constructor

Overload List
 NameDescription
Public methodSparsePls(SparsePLSMode, Int32, Int32, Int32, Double) Constructs a SparsePls object from the given parameters.
Public methodSparsePls(DoubleMatrix, DoubleMatrix, Int32, Int32, Int32, SparsePLSMode, Int32, Double) Constructs a SparsePls object from the given parameters and performs the sparse PLS calculation on the given data. The data is first centered and scaled by standard deviation.
Top
See Also