|  | DoublePCAMeans Property | 
            Gets the column means of the data matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector Means { get; }Public ReadOnly Property Means As DoubleVector
	Get
public:
property DoubleVector^ Means {
	DoubleVector^ get ();
}member Means : DoubleVector with get
Property Value
DoubleVector Remarks
Remarks
            If centering is specified, the column means are substracted from
            the column values before analysis takes place.
            
 See Also
See Also