public interface AFTSurvivalRegressionParams extends PredictorParams, HasMaxIter, HasTol, HasFitIntercept, HasAggregationDepth, HasMaxBlockSizeInMB, org.apache.spark.internal.Logging
| Modifier and Type | Method and Description | 
|---|---|
| Param<String> | censorCol()Param for censor column name. | 
| String | getCensorCol() | 
| double[] | getQuantileProbabilities() | 
| String | getQuantilesCol() | 
| boolean | hasQuantilesCol()Checks whether the input has quantiles column name. | 
| DoubleArrayParam | quantileProbabilities()Param for quantile probabilities array. | 
| Param<String> | quantilesCol()Param for quantiles column name. | 
| StructType | validateAndTransformSchema(StructType schema,
                          boolean fitting)Validates and transforms the input schema with the provided param map. | 
validateAndTransformSchemagetLabelCol, labelColfeaturesCol, getFeaturesColgetPredictionCol, predictionColclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uidgetMaxIter, maxIterfitIntercept, getFitInterceptaggregationDepth, getAggregationDepthgetMaxBlockSizeInMB, maxBlockSizeInMB$init$, initializeForcefully, initializeLogIfNecessary, initializeLogIfNecessary, initializeLogIfNecessary$default$2, initLock, isTraceEnabled, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning, org$apache$spark$internal$Logging$$log__$eq, org$apache$spark$internal$Logging$$log_, uninitializeParam<String> censorCol()
String getCensorCol()
double[] getQuantileProbabilities()
String getQuantilesCol()
boolean hasQuantilesCol()
DoubleArrayParam quantileProbabilities()
Param<String> quantilesCol()
StructType validateAndTransformSchema(StructType schema, boolean fitting)
schema - input schemafitting - whether this is in fitting or prediction