public abstract class PipelineStage extends Object implements Params, Logging
Estimator or a Transformer.| Constructor and Description |
|---|
PipelineStage() |
| Modifier and Type | Method and Description |
|---|---|
abstract PipelineStage |
copy(ParamMap extra)
Creates a copy of this instance with the same UID and some extra params.
|
abstract StructType |
transformSchema(StructType schema)
:: DeveloperApi ::
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn, validateParamstoString, uidinitializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic abstract StructType transformSchema(StructType schema)
Derives the output schema from the input schema.
schema - (undocumented)public abstract PipelineStage copy(ParamMap extra)
Params