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 Form| Constructor 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, 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 java.lang.String uid()
Identifiablepublic 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 PipelineStageschema - (undocumented)public DataFrame transform(DataFrame dataset)
Transformertransform in class Transformerdataset - (undocumented)public IndexToString copy(ParamMap extra)
Paramscopy in interface Paramscopy in class Transformerextra - (undocumented)defaultCopy()