public final class Bucketizer extends Model<Bucketizer>
Bucketizer maps a column of continuous features to a column of feature buckets.| Constructor and Description |
|---|
Bucketizer() |
Bucketizer(String uid) |
| Modifier and Type | Method and Description |
|---|---|
Bucketizer |
copy(ParamMap extra)
Creates a copy of this instance with the same UID and some extra params.
|
double[] |
getSplits() |
static Bucketizer |
load(String path) |
Bucketizer |
setInputCol(String value) |
Bucketizer |
setOutputCol(String value) |
Bucketizer |
setSplits(double[] value) |
DoubleArrayParam |
splits()
Parameter for mapping continuous features into buckets.
|
DataFrame |
transform(DataFrame dataset)
Transforms the input dataset.
|
StructType |
transformSchema(StructType schema)
:: DeveloperApi ::
|
String |
uid()
An immutable unique ID for the object and its derivatives.
|
transform, transform, transformequals, 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 static Bucketizer load(String path)
public String uid()
Identifiablepublic DoubleArrayParam splits()
public double[] getSplits()
public Bucketizer setSplits(double[] value)
public Bucketizer setInputCol(String value)
public Bucketizer setOutputCol(String value)
public 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 Bucketizer copy(ParamMap extra)
Paramscopy in interface Paramscopy in class Model<Bucketizer>extra - (undocumented)defaultCopy()