Interface for performing a Partial Least Squares (PLS) calculation.

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

Syntax

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

Remarks

Implementations must be able to handle dependent, or ResponseVector, data with multiple columns (variables). That is, the algorithm must be a PLS2 algorithm.

Inheritance Hierarchy

See Also