Click or drag to resize

PLS1Anova Constructor

Constructs a Pls1Anova instance for the given PLS1 object.

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

Parameters

pls  PLS1
Partial least squares object.
See Also