|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool Scale { get; set; }Public Property Scale As Boolean
	Get
	Set
public:
property bool Scale {
	bool get ();
	void set (bool value);
}member Scale : bool with get, set
Property Value
Boolean See Also
See Also