|  | PLS2CrossValidationWithJackknifeUseMeans Property | 
            Gets and sets the use means property.
            If true the mean of the coefficients computed
            in the jackknife replicates will be used to compute variance estimates.
            If false the full model coefficients will be used.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic bool UseMeans { get; set; }Public Property UseMeans As Boolean
	Get
	Set
public:
property bool UseMeans {
	bool get ();
	void set (bool value);
}member UseMeans : bool with get, set
Property Value
Boolean See Also
See Also