export interface PCAOptions {
    projectionDimension?: number;
    center?: boolean;
    scale?: boolean;
}
