Click or drag to resize

PLS2Anova Constructor

Constructs a PLS2Anova instance for the given PLS2 object.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2Anova(
	PLS2 pls
)

Parameters

pls  PLS2
Partial least squares object.
See Also