public interface PCAParams extends Params, HasInputCol, HasOutputCol
Modifier and Type | Method and Description |
---|---|
int |
getK() |
IntParam |
k()
The number of principal components.
|
StructType |
validateAndTransformSchema(StructType schema)
Validates and transforms the input schema.
|
getInputCol, inputCol
getOutputCol, outputCol
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString, uid
int getK()
IntParam k()
StructType validateAndTransformSchema(StructType schema)