Click or drag to resize

DoublePCA Constructor

Overload List
 NameDescription
Protected methodDoublePCA Default constructor.
Public methodDoublePCA(DataFrame) Constructs a DoublePCA instance from the given data.
Public methodDoublePCA(DoubleMatrix) Constructs a DoublePCA instance from the given data.
Public methodDoublePCA(DataFrame, Boolean, Boolean) Constructs a DoublePCA instance from the given data, optionally centering and scaling the data before analysis takes place.
Public methodDoublePCA(DoubleMatrix, Boolean, Boolean) Constructs a DoublePCA instance from the given data, optionally centering and scaling the data before analysis takes place.
Top
See Also