public ReadOnlyDoubleMatrix Coordinates { get; }
Public ReadOnly Property Coordinates As ReadOnlyDoubleMatrix
Get
public:
property ReadOnlyDoubleMatrix^ Coordinates {
ReadOnlyDoubleMatrix^ get ();
}
member Coordinates : ReadOnlyDoubleMatrix with get
The coordinates of the projected points on the
principal directions
are returned as a matrix in which rows correspond to points,
and columns correspond to directions.
Each row represents the principal coordinates of the
corresponding point.