Class PLS2 performs a Partial Least Squares (PLS) regression calculation on a set of predictive and response values. The result is used to predict response variable values.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class PLS2 : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PLS2 _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class PLS2 : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.PLS2

See Also