Interface for performing a Partial Least Squares (PLS) calculation.
Namespace:
CenterSpace.NMath.StatsAssembly: 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
System..::.Object
CenterSpace.NMath.Stats..::.IPLS2Calc
CenterSpace.NMath.Stats..::.PLS2NipalsAlgorithm
CenterSpace.NMath.Stats..::.PLS2SimplsAlgorithm
CenterSpace.NMath.Stats..::.IPLS2Calc
CenterSpace.NMath.Stats..::.PLS2NipalsAlgorithm
CenterSpace.NMath.Stats..::.PLS2SimplsAlgorithm