Double |
| Name | Description | |
|---|---|---|
| DoublePCA | Default constructor. | |
| DoublePCA(DataFrame) | Constructs a DoublePCA instance from the given data. | |
| DoublePCA(DoubleMatrix) | Constructs a DoublePCA instance from the given data. | |
| DoublePCA(DataFrame, Boolean, Boolean) | Constructs a DoublePCA instance from the given data, optionally centering and scaling the data before analysis takes place. | |
| DoublePCA(DoubleMatrix, Boolean, Boolean) | Constructs a DoublePCA instance from the given data, optionally centering and scaling the data before analysis takes place. |