public class IDFModel extends Model<IDFModel>
| Modifier and Type | Method and Description |
|---|---|
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(java.lang.String value) |
IDFModel |
setOutputCol(java.lang.String value) |
DataFrame |
transform(DataFrame dataset)
Transforms the input dataset.
|
StructType |
transformSchema(StructType schema)
:: DeveloperApi ::
|
java.lang.String |
uid()
An immutable unique ID for the object and its derivatives.
|
StructType |
validateAndTransformSchema(StructType schema)
Validate and transform the input schema.
|
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()
Identifiableuid in interface Identifiablepublic IDFModel setInputCol(java.lang.String value)
public IDFModel setOutputCol(java.lang.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 IDFModel copy(ParamMap extra)
Paramspublic IntParam minDocFreq()
public int getMinDocFreq()
public StructType validateAndTransformSchema(StructType schema)
schema - (undocumented)