Arguments
This function internally uses scikit-learn function PCA through teradataml Open source ML functions.
| PySpark Argument Name |
Open Source Function Argument Name |
Notes |
| k |
n_components |
|
| inputCol |
Not yet available. |
|
| outputCol |
Not yet available. |
Argument will be ignored. Transformed df will contain output column name in pca_transform_<val> format |
Attributes/Methods
| Attribute/Method Name |
Supported |
Notes |
| clear |
|
|
| copy |
|
|
| explainParam |
|
|
| explainParams |
|
|
| extractParamMap |
|
|
| fit |
|
|
| fitMultiple |
|
|
| getK |
|
|
| getOrDefault |
|
|
| hasDefault |
|
|
| hasParam |
|
|
| isDefined |
|
|
| isSet |
|
|
| load |
|
|
| read |
|
|
| save |
|
|
| set |
|
|
| setInputCol |
|
|
| setK |
|
|
| setOutputCol |
|
|
| setParams |
|
|
| write |
|
|
| inputCol |
|
|
| k |
|
|
| outputCol |
|
|
| params |
|
|