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, HasDataFrameSerializer, 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. HasDataFrameSerializer
  21. H2OAlgoParamsBase
  22. H2OFrameLifecycle
  23. ParameterConstructorMethods
  24. Estimator
  25. PipelineStage
  26. Logging
  27. Params
  28. Serializable
  29. Serializable
  30. Identifiable
  31. AnyRef
  32. 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 val dataFrameSerializer: Param[String]
    Attributes
    protected
    Definition Classes
    HasDataFrameSerializer
  24. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  25. def delete(endpoint: URI, suffix: String, conf: H2OConf): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  26. 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
  27. final val detailedPredictionCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  28. def doubleArrayParam(name: String, doc: String): DoubleArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  29. def doubleParam(name: String, doc: String): DoubleParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  30. def downloadBinaryURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  31. def downloadStringURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
    Attributes
    protected
    Definition Classes
    RestCommunication
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  35. def explainParams(): String
    Definition Classes
    Params
  36. val exportCheckpointsDir: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  37. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  38. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  39. final val featuresCols: StringArrayParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  40. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. def fit(dataset: Dataset[_]): H2OCoxPHMOJOModel
    Definition Classes
    H2OCoxPHH2OSupervisedAlgorithmH2OAlgorithmH2OEstimator → Estimator
  42. def fit(dataset: Dataset[_], paramMaps: Array[ParamMap]): Seq[H2OMOJOModel]
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  43. def fit(dataset: Dataset[_], paramMap: ParamMap): H2OMOJOModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" )
  44. def fit(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): H2OMOJOModel
    Definition Classes
    Estimator
    Annotations
    @Since( "2.0.0" ) @varargs()
  45. def floatParam(name: String, doc: String): FloatParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  46. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  47. def getBinaryModel(): H2OBinaryModel
    Definition Classes
    H2OAlgoCommonUtils
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def getColumnsToCategorical(): Array[String]
    Definition Classes
    H2OCommonParams
  50. def getConvertInvalidNumbersToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  51. def getConvertUnknownCategoricalLevelsToNa(): Boolean
    Definition Classes
    H2OBaseMOJOParams
  52. def getDataFrameSerializer(): String
    Definition Classes
    HasDataFrameSerializer
  53. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  54. def getDetailedPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  55. def getExportCheckpointsDir(): String
    Definition Classes
    H2OCoxPHParams
  56. def getFeaturesCols(): Array[String]
    Definition Classes
    H2OAlgorithmCommonParams → H2OAlgorithmMOJOParams
  57. def getIgnoredCols(): Array[String]
    Definition Classes
    HasIgnoredCols
  58. def getInit(): Double
    Definition Classes
    H2OCoxPHParams
  59. def getInteractionPairs(): Array[(String, String)]
    Definition Classes
    HasInteractionPairs
  60. def getInteractions(): Array[String]
    Definition Classes
    H2OCoxPHParams
  61. def getInteractionsOnly(): Array[String]
    Definition Classes
    H2OCoxPHParams
  62. def getKeepBinaryModels(): Boolean
    Definition Classes
    H2OCommonParams
  63. def getLabelCol(): String
    Definition Classes
    H2OCoxPHParams
  64. def getLreMin(): Double
    Definition Classes
    H2OCoxPHParams
  65. def getMaxIterations(): Int
    Definition Classes
    H2OCoxPHParams
  66. def getModelId(): String
    Definition Classes
    H2OCoxPHParams
  67. def getOffsetCol(): String
    Definition Classes
    H2OCoxPHParams
  68. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  69. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  70. def getPredictionCol(): String
    Definition Classes
    H2OAlgorithmMOJOParams
  71. def getSingleNodeMode(): Boolean
    Definition Classes
    H2OCoxPHParams
  72. def getSplitRatio(): Double
    Definition Classes
    H2OCommonParams
  73. def getStartCol(): String
    Definition Classes
    H2OCoxPHParams
  74. def getStopCol(): String
    Definition Classes
    H2OCoxPHParams
  75. def getStratifyBy(): Array[String]
    Definition Classes
    H2OCoxPHParams
  76. def getTies(): String
    Definition Classes
    H2OCoxPHParams
  77. def getUseAllFactorLevels(): Boolean
    Definition Classes
    H2OCoxPHParams
  78. def getValidationDataFrame(): DataFrame
    Definition Classes
    H2OCommonParams
  79. def getWeightCol(): String
    Definition Classes
    H2OCoxPHParams
  80. def getWithContributions(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  81. def getWithLeafNodeAssignments(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  82. def getWithStageResults(): Boolean
    Definition Classes
    H2OAlgorithmMOJOParams
  83. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  84. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  85. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  86. val init: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  87. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  88. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. def insert(endpoint: URI, suffix: String, conf: H2OConf, streamWrapper: (OutputStream) ⇒ OutputStream, params: Map[String, Any]): OutputStream
    Attributes
    protected
    Definition Classes
    RestCommunication
  90. def insertToNode(node: NodeDesc, suffix: String, conf: H2OConf, params: Map[String, Any]): OutputStream
    Definition Classes
    RestCommunication
  91. def intArrayParam(name: String, doc: String): IntArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  92. def intParam(name: String, doc: String): IntParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  93. val interactions: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  94. val interactionsOnly: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  95. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  96. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  97. def isPrimitiveType(value: Any): Boolean
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  98. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  99. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  100. final val keepBinaryModels: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  101. val labelCol: Param[String]
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  102. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  103. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  107. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  108. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  109. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  110. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  111. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  112. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  113. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  114. def longParam(name: String, doc: String): LongParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  115. val lreMin: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  116. val maxIterations: IntParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  117. val modelId: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  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 nullableBooleanArrayParam(name: String, doc: String): NullableBooleanArrayParam
    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. def setDataFrameSerializer(fullClassName: String): H2OCoxPH.this.type
    Definition Classes
    H2OBaseMOJOParams
  151. final def setDefault(paramPairs: ParamPair[_]*): H2OCoxPH.this.type
    Attributes
    protected
    Definition Classes
    Params
  152. final def setDefault[T](param: Param[T], value: T): H2OCoxPH.this.type
    Attributes
    protected
    Definition Classes
    Params
  153. def setDetailedPredictionCol(columnName: String): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  154. def setExportCheckpointsDir(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  155. def setFeaturesCol(first: String): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  156. def setFeaturesCols(columnNames: ArrayList[String]): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  157. def setFeaturesCols(columnNames: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  158. def setFeaturesCols(first: String, others: String*): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  159. def setIgnoredCols(value: Array[String]): H2OCoxPH.this.type
    Definition Classes
    HasIgnoredCols
  160. def setInit(value: Double): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  161. def setInteractionPairs(value: Array[(String, String)]): H2OCoxPH.this.type
    Definition Classes
    HasInteractionPairs
  162. def setInteractions(value: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  163. def setInteractionsOnly(value: Array[String]): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  164. def setKeepBinaryModels(value: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OCommonParams
  165. def setLabelCol(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  166. def setLreMin(value: Double): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  167. def setMaxIterations(value: Int): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  168. def setModelId(value: String): H2OCoxPH.this.type
    Definition Classes
    H2OCoxPHParams
  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 setWithLeafNodeAssignments(enabled: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  182. def setWithStageResults(enabled: Boolean): H2OCoxPH.this.type
    Definition Classes
    H2OAlgorithmCommonParams
  183. val singleNodeMode: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  184. final val splitRatio: DoubleParam
    Attributes
    protected
    Definition Classes
    H2OCommonParams
  185. val startCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  186. val stopCol: NullableStringParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  187. val stratifyBy: NullableStringArrayParam
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  188. def stringArrayParam(name: String, doc: String): StringArrayParam
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  189. def stringParam(name: String, doc: String): Param[String]
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  190. def stringify(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  191. def stringifyArray(arr: Array[_]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  192. def stringifyMap(map: Map[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  193. def stringifyPair(pair: Tuple2[_, _]): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  194. def stringifyParams(params: Map[String, Any], encodeParamsAsJson: Boolean): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  195. def stringifyPrimitiveParam(value: Any): String
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  196. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  197. val ties: Param[String]
    Attributes
    protected
    Definition Classes
    H2OCoxPHParams
  198. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  199. def trainAndGetDestinationKey(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): String
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  200. def trainAndGetMOJOModel(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): H2OMOJOModel
    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: NonSerializableNullableDataFrameParam
    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 withLeafNodeAssignments: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  213. final val withStageResults: BooleanParam
    Attributes
    protected
    Definition Classes
    H2OAlgorithmMOJOParams
  214. def write: MLWriter
    Definition Classes
    DefaultParamsWritable → MLWritable
  215. object LoggingLevel extends Enumeration
    Definition Classes
    RestCommunication

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 HasDataFrameSerializer

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