|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.ml.PipelineStage
org.apache.spark.ml.Transformer
org.apache.spark.ml.Model<IDFModel>
org.apache.spark.ml.feature.IDFModel
public class IDFModel
| Method Summary | |
|---|---|
IDFModel |
copy(ParamMap extra)
Creates a copy of this instance with the same UID and some extra params. |
int |
getMinDocFreq()
|
IntParam |
minDocFreq()
The minimum of documents in which a term should appear. |
IDFModel |
setInputCol(String value)
|
IDFModel |
setOutputCol(String value)
|
DataFrame |
transform(DataFrame dataset)
Transforms the input dataset. |
StructType |
transformSchema(StructType schema)
:: DeveloperApi :: |
String |
uid()
|
StructType |
validateAndTransformSchema(StructType schema)
Validate and transform the input schema. |
| Methods inherited from class org.apache.spark.ml.Model |
|---|
hasParent, parent, setParent |
| 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 |
| Method Detail |
|---|
public String uid()
public IDFModel setInputCol(String value)
public IDFModel setOutputCol(String value)
public DataFrame transform(DataFrame dataset)
Transformer
transform in class Transformerdataset - (undocumented)
public StructType transformSchema(StructType schema)
PipelineStageDerives the output schema from the input schema.
transformSchema in class PipelineStageschema - (undocumented)
public IDFModel copy(ParamMap extra)
Params
copy in interface Paramscopy in class Model<IDFModel>extra - (undocumented)
defaultCopy()public IntParam minDocFreq()
public int getMinDocFreq()
public StructType validateAndTransformSchema(StructType schema)
schema - (undocumented)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||