Class PLS1 performs a Partial Least Squares (PLS) regression calculation on a set of predictive and one-dimensional 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 PLS1 : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PLS1 _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class PLS1 : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.PLS1

See Also