Trait

ai.h2o.sparkling.ml.params

H2OAutoEncoderParams

Related Doc: package params

Permalink

trait H2OAutoEncoderParams extends H2OAlgoParamsBase with HasInitialBiases with HasInitialWeights with HasIgnoredCols

Linear Supertypes
HasIgnoredCols, HasInitialWeights, HasInitialBiases, H2OAlgoParamsBase, H2OFrameLifecycle, ParameterConstructorMethods, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2OAutoEncoderParams
  2. HasIgnoredCols
  3. HasInitialWeights
  4. HasInitialBiases
  5. H2OAlgoParamsBase
  6. H2OFrameLifecycle
  7. ParameterConstructorMethods
  8. Params
  9. Serializable
  10. Serializable
  11. Identifiable
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ParametersExtraMethods extends AnyRef

    Permalink
    Definition Classes
    H2OAlgoParamsBase

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 averageActivation: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  9. def booleanParam(name: String, doc: String): BooleanParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  10. val calculateFeatureImportances: BooleanParam

    Permalink
    Attributes
    protected
  11. val categoricalEncoding: Param[String]

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  19. val customMetricFunc: NullableStringParam

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

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  21. val diagnostics: BooleanParam

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  24. val elasticAveraging: BooleanParam

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  33. val exportCheckpointsDir: NullableStringParam

    Permalink
    Attributes
    protected
  34. val exportWeightsAndBiases: BooleanParam

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

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

    Permalink
    Definition Classes
    Params
  37. val fastMode: BooleanParam

    Permalink
    Attributes
    protected
  38. def finalize(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  40. val forceLoadBalance: BooleanParam

    Permalink
    Attributes
    protected
  41. val gainsliftBins: IntParam

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

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

    Permalink
  44. def getAdaptiveRate(): Boolean

    Permalink
  45. def getAverageActivation(): Double

    Permalink
  46. def getCalculateFeatureImportances(): Boolean

    Permalink
  47. def getCategoricalEncoding(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def getCustomMetricFunc(): String

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

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

    Permalink
  52. def getElasticAveraging(): Boolean

    Permalink
  53. def getElasticAveragingMovingRate(): Double

    Permalink
  54. def getElasticAveragingRegularization(): Double

    Permalink
  55. def getEpochs(): Double

    Permalink
  56. def getEpsilon(): Double

    Permalink
  57. def getExportCheckpointsDir(): String

    Permalink
  58. def getExportWeightsAndBiases(): Boolean

    Permalink
  59. def getFastMode(): Boolean

    Permalink
  60. def getForceLoadBalance(): Boolean

    Permalink
  61. def getGainsliftBins(): Int

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

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

    Permalink
  64. def getIgnoreConstCols(): Boolean

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

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

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

    Permalink
  68. def getInitialWeightScale(): Double

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

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

    Permalink
  71. def getL1(): Double

    Permalink
  72. def getL2(): Double

    Permalink
  73. def getLoss(): String

    Permalink
  74. def getMaxCategoricalFeatures(): Int

    Permalink
  75. def getMaxRuntimeSecs(): Double

    Permalink
  76. def getMaxW2(): Float

    Permalink
  77. def getMiniBatchSize(): Int

    Permalink
  78. def getMissingValuesHandling(): String

    Permalink
  79. def getModelId(): String

    Permalink
  80. def getMomentumRamp(): Double

    Permalink
  81. def getMomentumStable(): Double

    Permalink
  82. def getMomentumStart(): Double

    Permalink
  83. def getNesterovAcceleratedGradient(): Boolean

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

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

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

    Permalink
    Definition Classes
    Params
  87. def getQuietMode(): Boolean

    Permalink
  88. def getRate(): Double

    Permalink
  89. def getRateAnnealing(): Double

    Permalink
  90. def getRateDecay(): Double

    Permalink
  91. def getReplicateTrainingData(): Boolean

    Permalink
  92. def getReproducible(): Boolean

    Permalink
  93. def getRho(): Double

    Permalink
  94. def getScoreDutyCycle(): Double

    Permalink
  95. def getScoreEachIteration(): Boolean

    Permalink
  96. def getScoreInterval(): Double

    Permalink
  97. def getScoreTrainingSamples(): Long

    Permalink
  98. def getScoreValidationSamples(): Long

    Permalink
  99. def getScoreValidationSampling(): String

    Permalink
  100. def getSeed(): Long

    Permalink
  101. def getShuffleTrainingData(): Boolean

    Permalink
  102. def getSingleNodeMode(): Boolean

    Permalink
  103. def getSparse(): Boolean

    Permalink
  104. def getSparsityBeta(): Double

    Permalink
  105. def getStandardize(): Boolean

    Permalink
  106. def getStoppingMetric(): String

    Permalink
  107. def getStoppingRounds(): Int

    Permalink
  108. def getStoppingTolerance(): Double

    Permalink
  109. def getTargetRatioCommToComp(): Double

    Permalink
  110. def getTrainSamplesPerIteration(): Long

    Permalink
  111. def getUseAllFactorLevels(): Boolean

    Permalink
  112. def getWeightCol(): String

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

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

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

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

    Permalink
    Attributes
    protected
  117. val hiddenDropoutRatios: NullableDoubleArrayParam

    Permalink
    Attributes
    protected
  118. val ignoreConstCols: BooleanParam

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

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

    Permalink
    Attributes
    protected
  121. val inputDropoutRatio: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  122. def intArrayParam(name: String, doc: String): IntArrayParam

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

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

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

    Permalink
    Definition Classes
    Any
  126. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  127. val l1: org.apache.spark.ml.param.DoubleParam

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

    Permalink
    Attributes
    protected
  129. def longParam(name: String, doc: String): LongParam

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

    Permalink
    Attributes
    protected
  131. val maxCategoricalFeatures: IntParam

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

    Permalink
    Attributes
    protected
  133. val maxW2: FloatParam

    Permalink
    Attributes
    protected
  134. val miniBatchSize: IntParam

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

    Permalink
    Attributes
    protected
  136. val modelId: NullableStringParam

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  141. val nesterovAcceleratedGradient: BooleanParam

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

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

    Permalink
    Definition Classes
    AnyRef
  144. def nullableBooleanArrayParam(name: String, doc: String): NullableBooleanArrayParam

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  145. def nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ParameterConstructorMethods
  153. val overwriteWithBestModel: BooleanParam

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

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

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

    Permalink
    Definition Classes
    Params
  157. val quietMode: BooleanParam

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

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

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

    Permalink
    Attributes
    protected
  161. val replicateTrainingData: BooleanParam

    Permalink
    Attributes
    protected
  162. val reproducible: BooleanParam

    Permalink
    Attributes
    protected
  163. val rho: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  164. val scoreDutyCycle: org.apache.spark.ml.param.DoubleParam

    Permalink
    Attributes
    protected
  165. val scoreEachIteration: BooleanParam

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

    Permalink
    Attributes
    protected
  167. val scoreTrainingSamples: LongParam

    Permalink
    Attributes
    protected
  168. val scoreValidationSamples: LongParam

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

    Permalink
    Attributes
    protected
  170. val seed: LongParam

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

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

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

    Permalink
    Definition Classes
    Params
  174. def setActivation(value: String): H2OAutoEncoderParams.this.type

    Permalink
  175. def setAdaptiveRate(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  176. def setAverageActivation(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  177. def setCalculateFeatureImportances(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  178. def setCategoricalEncoding(value: String): H2OAutoEncoderParams.this.type

    Permalink
  179. def setCustomMetricFunc(value: String): H2OAutoEncoderParams.this.type

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

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

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

    Permalink
  183. def setElasticAveraging(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  184. def setElasticAveragingMovingRate(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  185. def setElasticAveragingRegularization(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  186. def setEpochs(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  187. def setEpsilon(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  188. def setExportCheckpointsDir(value: String): H2OAutoEncoderParams.this.type

    Permalink
  189. def setExportWeightsAndBiases(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  190. def setFastMode(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  191. def setForceLoadBalance(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  192. def setGainsliftBins(value: Int): H2OAutoEncoderParams.this.type

    Permalink
  193. def setHidden(value: Array[Int]): H2OAutoEncoderParams.this.type

    Permalink
  194. def setHiddenDropoutRatios(value: Array[Double]): H2OAutoEncoderParams.this.type

    Permalink
  195. def setIgnoreConstCols(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  196. def setIgnoredCols(value: Array[String]): H2OAutoEncoderParams.this.type

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

    Permalink
    Definition Classes
    HasInitialBiases
  198. def setInitialWeightDistribution(value: String): H2OAutoEncoderParams.this.type

    Permalink
  199. def setInitialWeightScale(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  200. def setInitialWeights(value: Array[DenseMatrix]): H2OAutoEncoderParams.this.type

    Permalink
    Definition Classes
    HasInitialWeights
  201. def setInputDropoutRatio(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  202. def setL1(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  203. def setL2(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  204. def setLoss(value: String): H2OAutoEncoderParams.this.type

    Permalink
  205. def setMaxCategoricalFeatures(value: Int): H2OAutoEncoderParams.this.type

    Permalink
  206. def setMaxRuntimeSecs(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  207. def setMaxW2(value: Float): H2OAutoEncoderParams.this.type

    Permalink
  208. def setMiniBatchSize(value: Int): H2OAutoEncoderParams.this.type

    Permalink
  209. def setMissingValuesHandling(value: String): H2OAutoEncoderParams.this.type

    Permalink
  210. def setModelId(value: String): H2OAutoEncoderParams.this.type

    Permalink
  211. def setMomentumRamp(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  212. def setMomentumStable(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  213. def setMomentumStart(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  214. def setNesterovAcceleratedGradient(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  215. def setOverwriteWithBestModel(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  216. def setQuietMode(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  217. def setRate(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  218. def setRateAnnealing(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  219. def setRateDecay(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  220. def setReplicateTrainingData(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  221. def setReproducible(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  222. def setRho(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  223. def setScoreDutyCycle(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  224. def setScoreEachIteration(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  225. def setScoreInterval(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  226. def setScoreTrainingSamples(value: Long): H2OAutoEncoderParams.this.type

    Permalink
  227. def setScoreValidationSamples(value: Long): H2OAutoEncoderParams.this.type

    Permalink
  228. def setScoreValidationSampling(value: String): H2OAutoEncoderParams.this.type

    Permalink
  229. def setSeed(value: Long): H2OAutoEncoderParams.this.type

    Permalink
  230. def setShuffleTrainingData(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  231. def setSingleNodeMode(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  232. def setSparse(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  233. def setSparsityBeta(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  234. def setStandardize(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  235. def setStoppingMetric(value: String): H2OAutoEncoderParams.this.type

    Permalink
  236. def setStoppingRounds(value: Int): H2OAutoEncoderParams.this.type

    Permalink
  237. def setStoppingTolerance(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  238. def setTargetRatioCommToComp(value: Double): H2OAutoEncoderParams.this.type

    Permalink
  239. def setTrainSamplesPerIteration(value: Long): H2OAutoEncoderParams.this.type

    Permalink
  240. def setUseAllFactorLevels(value: Boolean): H2OAutoEncoderParams.this.type

    Permalink
  241. def setWeightCol(value: String): H2OAutoEncoderParams.this.type

    Permalink
  242. val shuffleTrainingData: BooleanParam

    Permalink
    Attributes
    protected
  243. val singleNodeMode: BooleanParam

    Permalink
    Attributes
    protected
  244. val sparse: BooleanParam

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

    Permalink
    Attributes
    protected
  246. val standardize: BooleanParam

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

    Permalink
    Attributes
    protected
  248. val stoppingRounds: IntParam

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

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

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

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

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

    Permalink
    Attributes
    protected
  254. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  255. val trainSamplesPerIteration: LongParam

    Permalink
    Attributes
    protected
  256. val useAllFactorLevels: BooleanParam

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

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

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

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

    Permalink
    Attributes
    protected

Inherited from HasIgnoredCols

Inherited from HasInitialWeights

Inherited from HasInitialBiases

Inherited from H2OAlgoParamsBase

Inherited from H2OFrameLifecycle

Inherited from ParameterConstructorMethods

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped