|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object org.apache.spark.ml.PipelineStage org.apache.spark.ml.Transformer org.apache.spark.ml.feature.Binarizer
public final class Binarizer
:: Experimental :: Binarize a column of continuous features given a threshold.
Constructor Summary | |
---|---|
Binarizer()
|
|
Binarizer(String uid)
|
Method Summary | |
---|---|
Binarizer |
copy(ParamMap extra)
Creates a copy of this instance with the same UID and some extra params. |
double |
getThreshold()
|
Binarizer |
setInputCol(String value)
|
Binarizer |
setOutputCol(String value)
|
Binarizer |
setThreshold(double value)
|
DoubleParam |
threshold()
Param for threshold used to binarize continuous features. |
DataFrame |
transform(DataFrame dataset)
Transforms the input dataset. |
StructType |
transformSchema(StructType schema)
:: DeveloperApi :: |
String |
uid()
|
Methods inherited from class org.apache.spark.ml.Transformer |
---|
transform, transform, transform |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.spark.ml.param.Params |
---|
clear, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, setDefault, shouldOwn, validateParams |
Methods inherited from interface org.apache.spark.Logging |
---|
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning |
Constructor Detail |
---|
public Binarizer(String uid)
public Binarizer()
Method Detail |
---|
public String uid()
public DoubleParam threshold()
public double getThreshold()
public Binarizer setThreshold(double value)
public Binarizer setInputCol(String value)
public Binarizer setOutputCol(String value)
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 Binarizer copy(ParamMap extra)
Params
copy
in interface Params
copy
in class Transformer
extra
- (undocumented)
defaultCopy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |