Click or drag to resize

PLS2CrossValidationWithJackknife(Boolean) Constructor

Constructs a PLS2CrossValidationWithJackknife instance that uses the "leave one out" cross validation and the Nipals algorithm. full model coefficients will be used in the jackknife coefficient variance estimate computation. If true, the learning X data for each subset is scaled by dividing each variable by its sample standard deviation. The prediction data is scaled by the same amount. Note that this will impact performance.LeaveOneOutSubsets

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public PLS2CrossValidationWithJackknife(
	bool scale
)

Parameters

scale  Boolean

[Missing <param name="scale"/> documentation for "M:CenterSpace.NMath.Core.PLS2CrossValidationWithJackknife.#ctor(System.Boolean)"]

See Also