public class IndexToString extends Transformer
Transformer
that maps a column of string indices back to a new column of corresponding
string values using either the ML attributes of the input column, or if provided using the labels
supplied by the user.
All original columns are kept during transformation.
StringIndexer} for converting strings into indices
,
Serialized FormConstructor and Description |
---|
IndexToString() |
Modifier and Type | Method and Description |
---|---|
IndexToString |
copy(ParamMap extra)
Creates a copy of this instance with the same UID and some extra params.
|
java.lang.String[] |
getLabels()
Optional labels to be provided by the user, if not supplied column
metadata is read for labels.
|
StringArrayParam |
labels()
Param for array of labels.
|
IndexToString |
setInputCol(java.lang.String value) |
IndexToString |
setLabels(java.lang.String[] value)
Optional labels to be provided by the user, if not supplied column
metadata is read for labels.
|
IndexToString |
setOutputCol(java.lang.String value) |
DataFrame |
transform(DataFrame dataset)
Transforms the input dataset.
|
StructType |
transformSchema(StructType schema)
Transform the schema for the inverse transformation
|
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 java.lang.String uid()
Identifiable
public IndexToString setInputCol(java.lang.String value)
public IndexToString setOutputCol(java.lang.String value)
public IndexToString setLabels(java.lang.String[] value)
value
- (undocumented)public final StringArrayParam labels()
public final java.lang.String[] getLabels()
public StructType transformSchema(StructType schema)
transformSchema
in class PipelineStage
schema
- (undocumented)public DataFrame transform(DataFrame dataset)
Transformer
transform
in class Transformer
dataset
- (undocumented)public IndexToString copy(ParamMap extra)
Params
copy
in interface Params
copy
in class Transformer
extra
- (undocumented)defaultCopy()