Trait

ai.h2o.sparkling.ml.params

H2ODeepLearningParams

Related Doc: package params

Permalink

trait H2ODeepLearningParams extends H2OAlgoParamsBase with HasInitialBiases with HasInitialWeights with HasIgnoredCols

Linear Supertypes
HasIgnoredCols, H2OAlgoCommonUtils, EstimatorCommonUtils, RestCommunication, RestEncodingUtils, Logging, Logging, HasInitialWeights, HasInitialBiases, H2OAlgoParamsBase, ParameterConstructorMethods, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2ODeepLearningParams
  2. HasIgnoredCols
  3. H2OAlgoCommonUtils
  4. EstimatorCommonUtils
  5. RestCommunication
  6. RestEncodingUtils
  7. Logging
  8. Logging
  9. HasInitialWeights
  10. HasInitialBiases
  11. H2OAlgoParamsBase
  12. ParameterConstructorMethods
  13. Params
  14. Serializable
  15. Serializable
  16. Identifiable
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params

    Permalink
    Definition Classes
    Params
  2. abstract val uid: String

    Permalink
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val activation: Param[String]

    Permalink
    Attributes
    protected
  6. val adaptiveRate: BooleanParam

    Permalink
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val aucType: Param[String]

    Permalink
    Attributes
    protected
  9. val autoencoder: BooleanParam

    Permalink
    Attributes
    protected
  10. val averageActivation: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  11. val balanceClasses: BooleanParam

    Permalink
    Attributes
    protected
  12. var binaryModel: Option[H2OBinaryModel]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoCommonUtils
  13. def booleanParam(name: String, doc: String): BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  14. val categoricalEncoding: Param[String]

    Permalink
    Attributes
    protected
  15. def checkResponseCode(connection: HttpURLConnection, confirmationLoggingLevel: LoggingLevel): Unit

    Permalink
    Definition Classes
    RestCommunication
  16. val classSamplingFactors: NullableFloatArrayParam

    Permalink
    Attributes
    protected
  17. val classificationStop: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  18. final def clear(param: Param[_]): H2ODeepLearningParams.this.type

    Permalink
    Definition Classes
    Params
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def convert2dArrayToH2OFrame(input: Array[Array[Double]]): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  21. def convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  22. def convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  23. def convertModelIdToKey(key: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  24. def convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]

    Permalink
    Attributes
    protected
    Definition Classes
    H2OAlgoParamsBase
  25. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  26. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  27. def delete(endpoint: URI, suffix: String, conf: H2OConf): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  28. def delete[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType

    Permalink
    Definition Classes
    RestCommunication
  29. val diagnostics: BooleanParam

    Permalink
    Attributes
    protected
  30. val distribution: Param[String]

    Permalink
    Attributes
    protected
  31. def doubleArrayParam(name: String, doc: String): DoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  32. def doubleParam(name: String, doc: String): org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  33. def downloadBinaryURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  34. def downloadStringURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  35. val elasticAveraging: BooleanParam

    Permalink
    Attributes
    protected
  36. val elasticAveragingMovingRate: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  37. val elasticAveragingRegularization: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  38. val epochs: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  39. val epsilon: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  40. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  42. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  43. def explainParams(): String

    Permalink
    Definition Classes
    Params
  44. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  45. val exportWeightsAndBiases: BooleanParam

    Permalink
    Attributes
    protected
  46. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  47. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  48. val fastMode: BooleanParam

    Permalink
    Attributes
    protected
  49. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. def floatParam(name: String, doc: String): FloatParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  51. val foldAssignment: Param[String]

    Permalink
    Attributes
    protected
  52. val foldCol: NullableStringParam

    Permalink
    Attributes
    protected
  53. val forceLoadBalance: BooleanParam

    Permalink
    Attributes
    protected
  54. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  55. def getActivation(): String

    Permalink
  56. def getAdaptiveRate(): Boolean

    Permalink
  57. def getAucType(): String

    Permalink
  58. def getAutoencoder(): Boolean

    Permalink
  59. def getAverageActivation(): Double

    Permalink
  60. def getBalanceClasses(): Boolean

    Permalink
  61. def getBinaryModel(): H2OBinaryModel

    Permalink
    Definition Classes
    H2OAlgoCommonUtils
  62. def getCategoricalEncoding(): String

    Permalink
  63. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  64. def getClassSamplingFactors(): Array[Float]

    Permalink
  65. def getClassificationStop(): Double

    Permalink
  66. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  67. def getDiagnostics(): Boolean

    Permalink
  68. def getDistribution(): String

    Permalink
  69. def getElasticAveraging(): Boolean

    Permalink
  70. def getElasticAveragingMovingRate(): Double

    Permalink
  71. def getElasticAveragingRegularization(): Double

    Permalink
  72. def getEpochs(): Double

    Permalink
  73. def getEpsilon(): Double

    Permalink
  74. def getExportCheckpointsDir(): String

    Permalink
  75. def getExportWeightsAndBiases(): Boolean

    Permalink
  76. def getFastMode(): Boolean

    Permalink
  77. def getFoldAssignment(): String

    Permalink
  78. def getFoldCol(): String

    Permalink
  79. def getForceLoadBalance(): Boolean

    Permalink
  80. def getHidden(): Array[Int]

    Permalink
  81. def getHiddenDropoutRatios(): Array[Double]

    Permalink
  82. def getHuberAlpha(): Double

    Permalink
  83. def getIgnoreConstCols(): Boolean

    Permalink
  84. def getIgnoredCols(): Array[String]

    Permalink
    Definition Classes
    HasIgnoredCols
  85. def getInitialBiases(): Array[DenseVector]

    Permalink
    Definition Classes
    HasInitialBiases
  86. def getInitialWeightDistribution(): String

    Permalink
  87. def getInitialWeightScale(): Double

    Permalink
  88. def getInitialWeights(): Array[DenseMatrix]

    Permalink
    Definition Classes
    HasInitialWeights
  89. def getInputDropoutRatio(): Double

    Permalink
  90. def getKeepCrossValidationFoldAssignment(): Boolean

    Permalink
  91. def getKeepCrossValidationModels(): Boolean

    Permalink
  92. def getKeepCrossValidationPredictions(): Boolean

    Permalink
  93. def getL1(): Double

    Permalink
  94. def getL2(): Double

    Permalink
  95. def getLabelCol(): String

    Permalink
  96. def getLoss(): String

    Permalink
  97. def getMaxAfterBalanceSize(): Float

    Permalink
  98. def getMaxCategoricalFeatures(): Int

    Permalink
  99. def getMaxRuntimeSecs(): Double

    Permalink
  100. def getMaxW2(): Float

    Permalink
  101. def getMiniBatchSize(): Int

    Permalink
  102. def getMissingValuesHandling(): String

    Permalink
  103. def getModelId(): String

    Permalink
  104. def getMomentumRamp(): Double

    Permalink
  105. def getMomentumStable(): Double

    Permalink
  106. def getMomentumStart(): Double

    Permalink
  107. def getNesterovAcceleratedGradient(): Boolean

    Permalink
  108. def getNfolds(): Int

    Permalink
  109. def getOffsetCol(): String

    Permalink
  110. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  111. def getOverwriteWithBestModel(): Boolean

    Permalink
  112. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  113. def getQuantileAlpha(): Double

    Permalink
  114. def getQuietMode(): Boolean

    Permalink
  115. def getRate(): Double

    Permalink
  116. def getRateAnnealing(): Double

    Permalink
  117. def getRateDecay(): Double

    Permalink
  118. def getRegressionStop(): Double

    Permalink
  119. def getReplicateTrainingData(): Boolean

    Permalink
  120. def getReproducible(): Boolean

    Permalink
  121. def getRho(): Double

    Permalink
  122. def getScoreDutyCycle(): Double

    Permalink
  123. def getScoreEachIteration(): Boolean

    Permalink
  124. def getScoreInterval(): Double

    Permalink
  125. def getScoreTrainingSamples(): Long

    Permalink
  126. def getScoreValidationSamples(): Long

    Permalink
  127. def getScoreValidationSampling(): String

    Permalink
  128. def getSeed(): Long

    Permalink
  129. def getShuffleTrainingData(): Boolean

    Permalink
  130. def getSingleNodeMode(): Boolean

    Permalink
  131. def getSparse(): Boolean

    Permalink
  132. def getSparsityBeta(): Double

    Permalink
  133. def getStandardize(): Boolean

    Permalink
  134. def getStoppingMetric(): String

    Permalink
  135. def getStoppingRounds(): Int

    Permalink
  136. def getStoppingTolerance(): Double

    Permalink
  137. def getTargetRatioCommToComp(): Double

    Permalink
  138. def getTrainSamplesPerIteration(): Long

    Permalink
  139. def getTweediePower(): Double

    Permalink
  140. def getUseAllFactorLevels(): Boolean

    Permalink
  141. def getVariableImportances(): Boolean

    Permalink
  142. def getWeightCol(): String

    Permalink
  143. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  144. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  145. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  146. val hidden: IntArrayParam

    Permalink
    Attributes
    protected
  147. val hiddenDropoutRatios: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  148. val huberAlpha: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  149. val ignoreConstCols: BooleanParam

    Permalink
    Attributes
    protected
  150. val initialWeightDistribution: Param[String]

    Permalink
    Attributes
    protected
  151. val initialWeightScale: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  152. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  153. val inputDropoutRatio: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  154. def insert(endpoint: URI, suffix: String, conf: H2OConf, streamWrapper: (OutputStream) ⇒ OutputStream, params: Map[String, Any]): OutputStream

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  155. def insertToNode(node: NodeDesc, suffix: String, conf: H2OConf, params: Map[String, Any]): OutputStream

    Permalink
    Definition Classes
    RestCommunication
  156. def intArrayParam(name: String, doc: String): IntArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  157. def intParam(name: String, doc: String): IntParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  158. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  159. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  160. def isPrimitiveType(value: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  161. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  162. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  163. val keepCrossValidationFoldAssignment: BooleanParam

    Permalink
    Attributes
    protected
  164. val keepCrossValidationModels: BooleanParam

    Permalink
    Attributes
    protected
  165. val keepCrossValidationPredictions: BooleanParam

    Permalink
    Attributes
    protected
  166. val l1: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  167. val l2: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  168. val labelCol: Param[String]

    Permalink
    Attributes
    protected
  169. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  170. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  171. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  172. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  173. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  174. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  175. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  176. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  177. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  178. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  179. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  180. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  181. def longParam(name: String, doc: String): LongParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  182. val loss: Param[String]

    Permalink
    Attributes
    protected
  183. val maxAfterBalanceSize: FloatParam

    Permalink
    Attributes
    protected
  184. val maxCategoricalFeatures: IntParam

    Permalink
    Attributes
    protected
  185. val maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  186. val maxW2: FloatParam

    Permalink
    Attributes
    protected
  187. val miniBatchSize: IntParam

    Permalink
    Attributes
    protected
  188. val missingValuesHandling: Param[String]

    Permalink
    Attributes
    protected
  189. val modelId: NullableStringParam

    Permalink
    Attributes
    protected
  190. val momentumRamp: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  191. val momentumStable: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  192. val momentumStart: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  193. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  194. val nesterovAcceleratedGradient: BooleanParam

    Permalink
    Attributes
    protected
  195. val nfolds: IntParam

    Permalink
    Attributes
    protected
  196. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  197. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  198. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  199. def nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  200. def nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  201. def nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  202. def nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  203. def nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  204. def nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  205. def nullableStringParam(name: String, doc: String): NullableStringParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  206. val offsetCol: NullableStringParam

    Permalink
    Attributes
    protected
  207. val overwriteWithBestModel: BooleanParam

    Permalink
    Attributes
    protected
  208. def param[T](name: String, doc: String): Param[T]

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  209. def paramTag: ClassTag[DeepLearningParameters]

    Permalink
    Attributes
    protected
  210. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  211. val quantileAlpha: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  212. def query[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], confirmationLoggingLevel: LoggingLevel)(implicit arg0: ClassTag[ResultType]): ResultType

    Permalink
    Definition Classes
    RestCommunication
  213. val quietMode: BooleanParam

    Permalink
    Attributes
    protected
  214. val rate: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  215. val rateAnnealing: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  216. val rateDecay: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  217. def readURLContent(endpoint: URI, requestType: String, suffix: String, conf: H2OConf, params: Map[String, Any], encodeParamsAsJson: Boolean, file: Option[String], confirmationLoggingLevel: LoggingLevel): InputStream

    Permalink
    Attributes
    protected
    Definition Classes
    RestCommunication
  218. val regressionStop: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  219. val replicateTrainingData: BooleanParam

    Permalink
    Attributes
    protected
  220. val reproducible: BooleanParam

    Permalink
    Attributes
    protected
  221. 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

    Permalink
    Definition Classes
    RestCommunication
  222. val rho: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  223. def sanitize(colName: String): String

    Permalink
    Definition Classes
    H2OAlgoCommonUtils
  224. val scoreDutyCycle: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  225. val scoreEachIteration: BooleanParam

    Permalink
    Attributes
    protected
  226. val scoreInterval: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  227. val scoreTrainingSamples: LongParam

    Permalink
    Attributes
    protected
  228. val scoreValidationSamples: LongParam

    Permalink
    Attributes
    protected
  229. val scoreValidationSampling: Param[String]

    Permalink
    Attributes
    protected
  230. val seed: LongParam

    Permalink
    Attributes
    protected
  231. final def set(paramPair: ParamPair[_]): H2ODeepLearningParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  232. final def set(param: String, value: Any): H2ODeepLearningParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  233. final def set[T](param: Param[T], value: T): H2ODeepLearningParams.this.type

    Permalink
    Definition Classes
    Params
  234. def setActivation(value: String): H2ODeepLearningParams.this.type

    Permalink
  235. def setAdaptiveRate(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  236. def setAucType(value: String): H2ODeepLearningParams.this.type

    Permalink
  237. def setAutoencoder(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  238. def setAverageActivation(value: Double): H2ODeepLearningParams.this.type

    Permalink
  239. def setBalanceClasses(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  240. def setCategoricalEncoding(value: String): H2ODeepLearningParams.this.type

    Permalink
  241. def setClassSamplingFactors(value: Array[Float]): H2ODeepLearningParams.this.type

    Permalink
  242. def setClassificationStop(value: Double): H2ODeepLearningParams.this.type

    Permalink
  243. final def setDefault(paramPairs: ParamPair[_]*): H2ODeepLearningParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  244. final def setDefault[T](param: Param[T], value: T): H2ODeepLearningParams.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  245. def setDiagnostics(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  246. def setDistribution(value: String): H2ODeepLearningParams.this.type

    Permalink
  247. def setElasticAveraging(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  248. def setElasticAveragingMovingRate(value: Double): H2ODeepLearningParams.this.type

    Permalink
  249. def setElasticAveragingRegularization(value: Double): H2ODeepLearningParams.this.type

    Permalink
  250. def setEpochs(value: Double): H2ODeepLearningParams.this.type

    Permalink
  251. def setEpsilon(value: Double): H2ODeepLearningParams.this.type

    Permalink
  252. def setExportCheckpointsDir(value: String): H2ODeepLearningParams.this.type

    Permalink
  253. def setExportWeightsAndBiases(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  254. def setFastMode(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  255. def setFoldAssignment(value: String): H2ODeepLearningParams.this.type

    Permalink
  256. def setFoldCol(value: String): H2ODeepLearningParams.this.type

    Permalink
  257. def setForceLoadBalance(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  258. def setHidden(value: Array[Int]): H2ODeepLearningParams.this.type

    Permalink
  259. def setHiddenDropoutRatios(value: Array[Double]): H2ODeepLearningParams.this.type

    Permalink
  260. def setHuberAlpha(value: Double): H2ODeepLearningParams.this.type

    Permalink
  261. def setIgnoreConstCols(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  262. def setIgnoredCols(value: Array[String]): H2ODeepLearningParams.this.type

    Permalink
    Definition Classes
    HasIgnoredCols
  263. def setInitialBiases(value: Array[DenseVector]): H2ODeepLearningParams.this.type

    Permalink
    Definition Classes
    HasInitialBiases
  264. def setInitialWeightDistribution(value: String): H2ODeepLearningParams.this.type

    Permalink
  265. def setInitialWeightScale(value: Double): H2ODeepLearningParams.this.type

    Permalink
  266. def setInitialWeights(value: Array[DenseMatrix]): H2ODeepLearningParams.this.type

    Permalink
    Definition Classes
    HasInitialWeights
  267. def setInputDropoutRatio(value: Double): H2ODeepLearningParams.this.type

    Permalink
  268. def setKeepCrossValidationFoldAssignment(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  269. def setKeepCrossValidationModels(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  270. def setKeepCrossValidationPredictions(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  271. def setL1(value: Double): H2ODeepLearningParams.this.type

    Permalink
  272. def setL2(value: Double): H2ODeepLearningParams.this.type

    Permalink
  273. def setLabelCol(value: String): H2ODeepLearningParams.this.type

    Permalink
  274. def setLoss(value: String): H2ODeepLearningParams.this.type

    Permalink
  275. def setMaxAfterBalanceSize(value: Float): H2ODeepLearningParams.this.type

    Permalink
  276. def setMaxCategoricalFeatures(value: Int): H2ODeepLearningParams.this.type

    Permalink
  277. def setMaxRuntimeSecs(value: Double): H2ODeepLearningParams.this.type

    Permalink
  278. def setMaxW2(value: Float): H2ODeepLearningParams.this.type

    Permalink
  279. def setMiniBatchSize(value: Int): H2ODeepLearningParams.this.type

    Permalink
  280. def setMissingValuesHandling(value: String): H2ODeepLearningParams.this.type

    Permalink
  281. def setModelId(value: String): H2ODeepLearningParams.this.type

    Permalink
  282. def setMomentumRamp(value: Double): H2ODeepLearningParams.this.type

    Permalink
  283. def setMomentumStable(value: Double): H2ODeepLearningParams.this.type

    Permalink
  284. def setMomentumStart(value: Double): H2ODeepLearningParams.this.type

    Permalink
  285. def setNesterovAcceleratedGradient(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  286. def setNfolds(value: Int): H2ODeepLearningParams.this.type

    Permalink
  287. def setOffsetCol(value: String): H2ODeepLearningParams.this.type

    Permalink
  288. def setOverwriteWithBestModel(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  289. def setQuantileAlpha(value: Double): H2ODeepLearningParams.this.type

    Permalink
  290. def setQuietMode(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  291. def setRate(value: Double): H2ODeepLearningParams.this.type

    Permalink
  292. def setRateAnnealing(value: Double): H2ODeepLearningParams.this.type

    Permalink
  293. def setRateDecay(value: Double): H2ODeepLearningParams.this.type

    Permalink
  294. def setRegressionStop(value: Double): H2ODeepLearningParams.this.type

    Permalink
  295. def setReplicateTrainingData(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  296. def setReproducible(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  297. def setRho(value: Double): H2ODeepLearningParams.this.type

    Permalink
  298. def setScoreDutyCycle(value: Double): H2ODeepLearningParams.this.type

    Permalink
  299. def setScoreEachIteration(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  300. def setScoreInterval(value: Double): H2ODeepLearningParams.this.type

    Permalink
  301. def setScoreTrainingSamples(value: Long): H2ODeepLearningParams.this.type

    Permalink
  302. def setScoreValidationSamples(value: Long): H2ODeepLearningParams.this.type

    Permalink
  303. def setScoreValidationSampling(value: String): H2ODeepLearningParams.this.type

    Permalink
  304. def setSeed(value: Long): H2ODeepLearningParams.this.type

    Permalink
  305. def setShuffleTrainingData(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  306. def setSingleNodeMode(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  307. def setSparse(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  308. def setSparsityBeta(value: Double): H2ODeepLearningParams.this.type

    Permalink
  309. def setStandardize(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  310. def setStoppingMetric(value: String): H2ODeepLearningParams.this.type

    Permalink
  311. def setStoppingRounds(value: Int): H2ODeepLearningParams.this.type

    Permalink
  312. def setStoppingTolerance(value: Double): H2ODeepLearningParams.this.type

    Permalink
  313. def setTargetRatioCommToComp(value: Double): H2ODeepLearningParams.this.type

    Permalink
  314. def setTrainSamplesPerIteration(value: Long): H2ODeepLearningParams.this.type

    Permalink
  315. def setTweediePower(value: Double): H2ODeepLearningParams.this.type

    Permalink
  316. def setUseAllFactorLevels(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  317. def setVariableImportances(value: Boolean): H2ODeepLearningParams.this.type

    Permalink
  318. def setWeightCol(value: String): H2ODeepLearningParams.this.type

    Permalink
  319. val shuffleTrainingData: BooleanParam

    Permalink
    Attributes
    protected
  320. val singleNodeMode: BooleanParam

    Permalink
    Attributes
    protected
  321. val sparse: BooleanParam

    Permalink
    Attributes
    protected
  322. val sparsityBeta: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  323. val standardize: BooleanParam

    Permalink
    Attributes
    protected
  324. val stoppingMetric: Param[String]

    Permalink
    Attributes
    protected
  325. val stoppingRounds: IntParam

    Permalink
    Attributes
    protected
  326. val stoppingTolerance: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  327. def stringArrayParam(name: String, doc: String): StringArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  328. def stringParam(name: String, doc: String): Param[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  329. def stringify(value: Any): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  330. def stringifyArray(arr: Array[_]): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  331. def stringifyMap(map: Map[_, _]): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  332. def stringifyPair(pair: Tuple2[_, _]): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  333. def stringifyParams(params: Map[String, Any], encodeParamsAsJson: Boolean): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  334. def stringifyPrimitiveParam(value: Any): String

    Permalink
    Attributes
    protected
    Definition Classes
    RestEncodingUtils
  335. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  336. val targetRatioCommToComp: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  337. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  338. def trainAndGetDestinationKey(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): String

    Permalink
    Attributes
    protected
    Definition Classes
    EstimatorCommonUtils
  339. val trainSamplesPerIteration: LongParam

    Permalink
    Attributes
    protected
  340. val tweediePower: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  341. def update[ResultType](endpoint: URI, suffix: String, conf: H2OConf, params: Map[String, Any], skippedFields: Seq[(Class[_], String)], encodeParamsAsJson: Boolean)(implicit arg0: ClassTag[ResultType]): ResultType

    Permalink
    Definition Classes
    RestCommunication
  342. val useAllFactorLevels: BooleanParam

    Permalink
    Attributes
    protected
  343. val variableImportances: BooleanParam

    Permalink
    Attributes
    protected
  344. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  345. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  346. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  347. val weightCol: NullableStringParam

    Permalink
    Attributes
    protected

Inherited from HasIgnoredCols

Inherited from H2OAlgoCommonUtils

Inherited from EstimatorCommonUtils

Inherited from RestCommunication

Inherited from RestEncodingUtils

Inherited from Logging

Inherited from Logging

Inherited from HasInitialWeights

Inherited from HasInitialBiases

Inherited from H2OAlgoParamsBase

Inherited from ParameterConstructorMethods

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped