pcaSolver property
The solver for PCA. Possible string values are:
- "UNSPECIFIED" : Default value.
- "FULL" : Full eigen-decoposition.
- "RANDOMIZED" : Randomized SVD.
- "AUTO" : Auto.
Implementation
core.String? pcaSolver;
The solver for PCA. Possible string values are:
core.String? pcaSolver;