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