Click or drag to resize

PLS2CrossValidationWithJackknifeScale Property

Gets and sets the scale property. 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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool Scale { get; set; }

Property Value

Boolean
See Also