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, transformtransformSchemaclone, equals, finalize, 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, validateParamstoStringinitializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic VectorAttributeRewriter(java.lang.String vectorCol,
scala.collection.immutable.Map<java.lang.String,java.lang.String> prefixesToRewrite)
public java.lang.String uid()
Identifiablepublic DataFrame transform(DataFrame dataset)
Transformertransform in class Transformerdataset - (undocumented)public StructType transformSchema(StructType schema)
PipelineStageDerives the output schema from the input schema.
transformSchema in class PipelineStageschema - (undocumented)public VectorAttributeRewriter copy(ParamMap extra)
Paramscopy in interface Paramscopy in class Transformerextra - (undocumented)defaultCopy()