class H2OCoxPH extends H2OSupervisedAlgorithm[CoxPHParameters] with H2OCoxPHParams

Linear Supertypes
H2OCoxPHParams, HasInteractionPairs, HasIgnoredCols, H2OSupervisedAlgorithm[CoxPHParameters], H2OAlgorithm[CoxPHParameters], H2OAlgorithmCommonParams, H2OAlgorithmMOJOParams, H2OEstimator[CoxPHParameters], DefaultParamsWritable, MLWritable, H2OTrainFramePreparation, H2OAlgoCommonUtils, EstimatorCommonUtils, RestCommunication, RestEncodingUtils, Logging, H2OCommonParams, H2OBaseMOJOParams, H2OAlgoParamsBase, H2OFrameLifecycle, ParameterConstructorMethods, Estimator[H2OMOJOModel], PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OCoxPH
  2. H2OCoxPHParams
  3. HasInteractionPairs
  4. HasIgnoredCols
  5. H2OSupervisedAlgorithm
  6. H2OAlgorithm
  7. H2OAlgorithmCommonParams
  8. H2OAlgorithmMOJOParams
  9. H2OEstimator
  10. DefaultParamsWritable
  11. MLWritable
  12. H2OTrainFramePreparation
  13. H2OAlgoCommonUtils
  14. EstimatorCommonUtils
  15. RestCommunication
  16. RestEncodingUtils
  17. Logging
  18. H2OCommonParams
  19. H2OBaseMOJOParams
  20. H2OAlgoParamsBase
  21. H2OFrameLifecycle
  22. ParameterConstructorMethods
  23. Estimator
  24. PipelineStage
  25. Logging
  26. Params
  27. Serializable
  28. Serializable
  29. Identifiable
  30. AnyRef
  31. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new H2OCoxPH()
  2. new H2OCoxPH(uid: String)

Type Members

  1. implicit class ParametersExtraMethods extends AnyRef
    Definition Classes
    H2OAlgoParamsBase

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val binaryModel: Option[H2OBinaryModel]
    Attributes
    protected
    Definition Classes
    H2OAlgoCommonUtils
  7. def booleanParam(name: String, doc: String): BooleanParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  8. def checkResponseCode(connection: HttpURLConnection, confirmationLoggingLevel: LoggingLevel): Unit
    Definition Classes
    RestCommunication
  9. final def clear(param: Param[_]): H2OCoxPH.this.type
    Definition Classes
    Params
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final val columnsToCategorical: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  12. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  13. def convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  14. final val convertInvalidNumbersToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  15. def convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  16. def convertModelIdToKey(key: String): String
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  17. final val convertUnknownCategoricalLevelsToNa: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OBaseMOJOParams
  18. def convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  19. def copy(extra: ParamMap): H2OCoxPH.this.type
    Definition Classes
    H2OEstimator → Estimator → PipelineStage → Params
  20. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  21. def createMOJOSettings(): H2OMOJOSettings
    Attributes
    protected
    Definition Classes
    H2OAlgorithmH2OEstimator
  22. def createMOJOUID(): String
    Attributes
    protected
    Definition Classes
    H2OEstimator
  23. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  24. def delete(endpoint: URI, suffix: String, conf: H2OConf): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  25. def delete[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  26. final val detailedPredictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  27. def doubleArrayParam(name: String, doc: String): DoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  28. def doubleParam(name: String, doc: String): DoubleParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  29. def downloadBinaryURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  30. def downloadStringURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  33. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  34. def explainParams(): String
    Definition Classes
    Params
  35. val exportCheckpointsDir: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  36. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  37. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  38. final val featuresCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  39. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def fit(dataset: Dataset[_]): H2OCoxPHMOJOModel
    Definition Classes
    H2OCoxPHH2OSupervisedAlgorithmH2OAlgorithmH2OEstimator → Estimator
  41. def fit(dataset: Dataset[_], paramMaps: Seq[ParamMap]): Seq[H2OMOJOModel]
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  42. def fit(dataset: Dataset[_], paramMap: ParamMap): H2OMOJOModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  43. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): H2OMOJOModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  44. def floatParam(name: String, doc: String): FloatParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  45. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  46. def getBinaryModel(): H2OBinaryModel
    Definition Classes
    H2OAlgoCommonUtils
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def getColumnsToCategorical(): Array[String]
    Definition Classes
    H2OCommonParams
  49. def getConvertInvalidNumbersToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  50. def getConvertUnknownCategoricalLevelsToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  51. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  52. def getDetailedPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  53. def getExportCheckpointsDir(): String
    Definition Classes
    H2OCoxPHParams
  54. def getFeaturesCols(): Array[String]
    Definition Classes
    H2OAlgorithmCommonParams → H2OAlgorithmMOJOParams
  55. def getIgnoredCols(): Array[String]
    Definition Classes
    HasIgnoredCols
  56. def getInit(): Double
    Definition Classes
    H2OCoxPHParams
  57. def getInteractionPairs(): Array[(String, String)]
    Definition Classes
    HasInteractionPairs
  58. def getInteractions(): Array[String]
    Definition Classes
    H2OCoxPHParams
  59. def getInteractionsOnly(): Array[String]
    Definition Classes
    H2OCoxPHParams
  60. def getKeepBinaryModels(): Boolean
    Definition Classes
    H2OCommonParams
  61. def getLabelCol(): String
    Definition Classes
    H2OCoxPHParams
  62. def getLreMin(): Double
    Definition Classes
    H2OCoxPHParams
  63. def getMaxIterations(): Int
    Definition Classes
    H2OCoxPHParams
  64. def getModelId(): String
    Definition Classes
    H2OCoxPHParams
  65. def getNamedMojoOutputColumns(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  66. def getOffsetCol(): String
    Definition Classes
    H2OCoxPHParams
  67. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  68. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  69. def getPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  70. def getSingleNodeMode(): Boolean
    Definition Classes
    H2OCoxPHParams
  71. def getSplitRatio(): Double
    Definition Classes
    H2OCommonParams
  72. def getStartCol(): String
    Definition Classes
    H2OCoxPHParams
  73. def getStopCol(): String
    Definition Classes
    H2OCoxPHParams
  74. def getStratifyBy(): Array[String]
    Definition Classes
    H2OCoxPHParams
  75. def getTies(): String
    Definition Classes
    H2OCoxPHParams
  76. def getUseAllFactorLevels(): Boolean
    Definition Classes
    H2OCoxPHParams
  77. def getValidationDataFrame(): DataFrame
    Definition Classes
    H2OCommonParams
  78. def getWeightCol(): String
    Definition Classes
    H2OCoxPHParams
  79. def getWithContributions(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  80. def getWithLeafNodeAssignments(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  81. def getWithStageResults(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  82. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  83. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  84. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  85. val init: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  86. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  87. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  88. def insert(endpoint: URI, suffix: String, conf: H2OConf, streamWrapper: (OutputStream) ⇒ OutputStream, params: Map[String, Any]): OutputStream
    Attributes
    protected
    Definition Classes
    RestCommunication
  89. def insertToNode(node: NodeDesc, suffix: String, conf: H2OConf, params: Map[String, Any]): OutputStream
    Definition Classes
    RestCommunication
  90. def intArrayParam(name: String, doc: String): IntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  91. def intParam(name: String, doc: String): IntParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  92. val interactions: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  93. val interactionsOnly: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  94. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  95. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  96. def isPrimitiveType(value: Any): Boolean
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  97. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  98. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  99. final val keepBinaryModels: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  100. val labelCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  101. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  102. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  107. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  108. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  109. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  110. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  111. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  112. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  113. def longParam(name: String, doc: String): LongParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  114. val lreMin: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  115. val maxIterations: IntParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  116. val modelId: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  117. final val namedMojoOutputColumns: Param[Boolean]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  118. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  119. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  120. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  121. def nullableDataFrameParam(name: String, doc: String): NullableDataFrameParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  122. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  123. def nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  124. def nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  125. def nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  126. def nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  127. def nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  128. def nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  129. def nullableStringParam(name: String, doc: String): NullableStringParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  130. val offsetCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  131. def param[T](name: String, doc: String): Param[T]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  132. def paramTag: ClassTag[CoxPHParameters]
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  133. var parameters: CoxPHParameters
    Attributes
    protected
    Definition Classes
    H2OEstimator
  134. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  135. final val predictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  136. def prepareH2OTrainFrameForFitting(frame: H2OFrame): Unit
    Attributes
    protected
    Definition Classes
    H2OTrainFramePreparation
  137. def query[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], confirmationLoggingLevel: LoggingLevel)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  138. def readURLContent(endpoint: URI, requestType: String, suffix: String, conf: H2OConf, params: Map[String, Any], encodeParamsAsJson: Boolean, file: Option[String], confirmationLoggingLevel: LoggingLevel): InputStream
    Attributes
    protected
    Definition Classes
    RestCommunication
  139. def request[ResultType](endpoint: URI, requestType: String, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean, confirmationLoggingLevel: LoggingLevel)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  140. def sanitize(colName: String): String
    Definition Classes
    H2OAlgoCommonUtils
  141. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  142. final def set(paramPair: ParamPair[_]): H2OCoxPH.this.type
    Attributes
    protected
    Definition Classes
    Params
  143. final def set(param: String, value: Any): H2OCoxPH.this.type
    Attributes
    protected
    Definition Classes
    Params
  144. final def set[T](param: Param[T], value: T): H2OCoxPH.this.type
    Definition Classes
    Params
  145. def setColumnsToCategorical(columnNames: ArrayList[String]): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  146. def setColumnsToCategorical(columns: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  147. def setColumnsToCategorical(first: String, others: String*): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  148. def setConvertInvalidNumbersToNa(value: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  149. def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  150. final def setDefault(paramPairs: ParamPair[_]*): H2OCoxPH.this.type
    Attributes
    protected
    Definition Classes
    Params
  151. final def setDefault[T](param: Param[T], value: T): H2OCoxPH.this.type
    Attributes
    protected
    Definition Classes
    Params
  152. def setDetailedPredictionCol(columnName: String): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  153. def setExportCheckpointsDir(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  154. def setFeaturesCol(first: String): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  155. def setFeaturesCols(columnNames: ArrayList[String]): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  156. def setFeaturesCols(columnNames: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  157. def setFeaturesCols(first: String, others: String*): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  158. def setIgnoredCols(value: Array[String]): H2OCoxPH.this.type
    Definition Classes
    HasIgnoredCols
  159. def setInit(value: Double): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  160. def setInteractionPairs(value: Array[(String, String)]): H2OCoxPH.this.type
    Definition Classes
    HasInteractionPairs
  161. def setInteractions(value: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  162. def setInteractionsOnly(value: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  163. def setKeepBinaryModels(value: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  164. def setLabelCol(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  165. def setLreMin(value: Double): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  166. def setMaxIterations(value: Int): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  167. def setModelId(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  168. def setNamedMojoOutputColumns(value: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  169. def setOffsetCol(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  170. def setPredictionCol(columnName: String): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  171. def setSingleNodeMode(value: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  172. def setSplitRatio(ratio: Double): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  173. def setStartCol(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  174. def setStopCol(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  175. def setStratifyBy(value: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  176. def setTies(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  177. def setUseAllFactorLevels(value: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  178. def setValidationDataFrame(dataFrame: DataFrame): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  179. def setWeightCol(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  180. def setWithContributions(enabled: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  181. def setWithDetailedPredictionCol(enabled: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
    Annotations
    @DeprecatedMethod( x$2 , x$1 )
  182. def setWithLeafNodeAssignments(enabled: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  183. def setWithStageResults(enabled: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  184. val singleNodeMode: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  185. final val splitRatio: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  186. val startCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  187. val stopCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  188. val stratifyBy: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  189. def stringArrayParam(name: String, doc: String): StringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  190. def stringParam(name: String, doc: String): Param[String]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  191. def stringify(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  192. def stringifyArray(arr: Array[_]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  193. def stringifyMap(map: Map[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  194. def stringifyPair(pair: Tuple2[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  195. def stringifyParams(params: Map[String, Any], encodeParamsAsJson: Boolean): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  196. def stringifyPrimitiveParam(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  197. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  198. val ties: Param[String]
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  199. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  200. def trainAndGetDestinationKey(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): String
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  201. def transformSchema(schema: StructType): StructType
    Definition Classes
    H2OSupervisedAlgorithmH2OAlgorithm → PipelineStage
    Annotations
    @DeveloperApi()
  202. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  203. val uid: String
    Definition Classes
    H2OCoxPH → Identifiable
  204. def update[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType
    Definition Classes
    RestCommunication
  205. val useAllFactorLevels: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  206. final val validationDataFrame: NullableDataFrameParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  207. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  208. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  209. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  210. val weightCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  211. final val withContributions: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  212. final val withDetailedPredictionCol: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  213. final val withLeafNodeAssignments: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  214. final val withStageResults: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  215. def write: MLWriter
    Definition Classes
    DefaultParamsWritable → MLWritable
  216. object LoggingLevel extends Enumeration
    Definition Classes
    RestCommunication

Deprecated Value Members

  1. def getWithDetailedPredictionCol(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
    Annotations
    @deprecated
    Deprecated

    (Since version )

Inherited from H2OCoxPHParams

Inherited from HasInteractionPairs

Inherited from HasIgnoredCols

Inherited from H2OSupervisedAlgorithm[CoxPHParameters]

Inherited from H2OAlgorithm[CoxPHParameters]

Inherited from H2OAlgorithmCommonParams

Inherited from H2OAlgorithmMOJOParams

Inherited from H2OEstimator[CoxPHParameters]

Inherited from DefaultParamsWritable

Inherited from MLWritable

Inherited from H2OTrainFramePreparation

Inherited from H2OAlgoCommonUtils

Inherited from EstimatorCommonUtils

Inherited from RestCommunication

Inherited from RestEncodingUtils

Inherited from Logging

Inherited from H2OCommonParams

Inherited from H2OBaseMOJOParams

Inherited from H2OAlgoParamsBase

Inherited from H2OFrameLifecycle

Inherited from ParameterConstructorMethods

Inherited from Estimator[H2OMOJOModel]

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped