PrinCompOptions.transpose

Effectively transpose the matrix. If enabled, treat each column as a data points and each row as a dimension. If disabled, do the opposite. Note that, if this is enabled, each row will be scaled and centered, not each column. Default value: false.

struct PrinCompOptions
bool transpose;

Meta