public class VectorAttributeRewriter extends Transformer
param: vectorCol name of the vector column to rewrite. param: prefixesToRewrite the map of string prefixes to their replacement values. Each attribute name defined in vectorCol will be checked against the keys of this map. When a key prefixes a name, the matching prefix will be replaced by the value in the map.
Constructor and Description |
---|
VectorAttributeRewriter(java.lang.String vectorCol,
scala.collection.immutable.Map<java.lang.String,java.lang.String> prefixesToRewrite) |
Modifier and Type | Method and Description |
---|---|
VectorAttributeRewriter |
copy(ParamMap extra)
Creates a copy of this instance with the same UID and some extra params.
|
DataFrame |
transform(DataFrame dataset)
Transforms the input dataset.
|
StructType |
transformSchema(StructType schema)
:: DeveloperApi ::
|
java.lang.String |
uid()
An immutable unique ID for the object and its derivatives.
|
transform, transform, transform
transformSchema
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn, validateParams
toString
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public VectorAttributeRewriter(java.lang.String vectorCol, scala.collection.immutable.Map<java.lang.String,java.lang.String> prefixesToRewrite)
public java.lang.String uid()
Identifiable
public DataFrame transform(DataFrame dataset)
Transformer
transform
in class Transformer
dataset
- (undocumented)public StructType transformSchema(StructType schema)
PipelineStage
Derives the output schema from the input schema.
transformSchema
in class PipelineStage
schema
- (undocumented)public VectorAttributeRewriter copy(ParamMap extra)
Params
copy
in interface Params
copy
in class Transformer
extra
- (undocumented)defaultCopy()