public class RFormula extends Estimator<RFormulaModel>
| Constructor and Description |
|---|
RFormula() |
RFormula(java.lang.String uid) |
| Modifier and Type | Method and Description |
|---|---|
RFormula |
copy(ParamMap extra)
Creates a copy of this instance with the same UID and some extra params.
|
RFormulaModel |
fit(DataFrame dataset)
Fits a model to the input data.
|
Param<java.lang.String> |
formula()
R formula parameter.
|
java.lang.String |
getFormula() |
boolean |
hasLabelCol(StructType schema) |
RFormula |
setFeaturesCol(java.lang.String value) |
RFormula |
setFormula(java.lang.String value)
Sets the formula to use for this transformer.
|
RFormula |
setLabelCol(java.lang.String value) |
java.lang.String |
toString() |
StructType |
transformSchema(StructType schema)
:: DeveloperApi ::
|
java.lang.String |
uid()
An immutable unique ID for the object and its derivatives.
|
transformSchemaclone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, validateParamsinitializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic java.lang.String uid()
Identifiableuid in interface Identifiablepublic Param<java.lang.String> formula()
public RFormula setFormula(java.lang.String value)
value - an R formula in string form (e.g. "y ~ x + z")public java.lang.String getFormula()
public RFormula setFeaturesCol(java.lang.String value)
public RFormula setLabelCol(java.lang.String value)
public RFormulaModel fit(DataFrame dataset)
Estimatorfit in class Estimator<RFormulaModel>dataset - (undocumented)public StructType transformSchema(StructType schema)
PipelineStageDerives the output schema from the input schema.
transformSchema in class PipelineStageschema - (undocumented)public RFormula copy(ParamMap extra)
Paramscopy in interface Paramscopy in class Estimator<RFormulaModel>extra - (undocumented)defaultCopy()public java.lang.String toString()
toString in interface IdentifiabletoString in class java.lang.Objectpublic boolean hasLabelCol(StructType schema)