Overload List

  NameDescription
DoublePCA(DoubleMatrix)
Constructs a DoublePCA instance from the given data.
DoublePCA(DataFrame)
Constructs a DoublePCA instance from the given data.
DoublePCA(DoubleMatrix, Boolean, Boolean)
Constructs a DoublePCA instance from the given data, optionally centering and scaling the data before analysis takes place.
DoublePCA(DataFrame, Boolean, Boolean)
Constructs a DoublePCA instance from the given data, optionally centering and scaling the data before analysis takes place.

See Also