trait H2OCommonParams extends H2OMOJOAlgoSharedParams
This trait contains parameters that are shared across all algorithms.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2OCommonParams
- H2OMOJOAlgoSharedParams
- Logging
- Logging
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
$[T](param: Param[T]): T
- Attributes
- protected
- Definition Classes
- Params
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
clear(param: Param[_]): H2OCommonParams.this.type
- Definition Classes
- Params
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
val
columnsToCategorical: StringArrayParam
- Attributes
- protected
-
final
val
convertInvalidNumbersToNa: BooleanParam
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
val
convertUnknownCategoricalLevelsToNa: BooleanParam
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
def
copyValues[T <: Params](to: T, extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
final
def
defaultCopy[T <: Params](extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
final
val
detailedPredictionCol: Param[String]
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
explainParam(param: Param[_]): String
- Definition Classes
- Params
-
def
explainParams(): String
- Definition Classes
- Params
-
final
def
extractParamMap(): ParamMap
- Definition Classes
- Params
-
final
def
extractParamMap(extra: ParamMap): ParamMap
- Definition Classes
- Params
-
final
val
featuresCols: StringArrayParam
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
val
foldCol: NullableStringParam
- Attributes
- protected
-
final
def
get[T](param: Param[T]): Option[T]
- Definition Classes
- Params
-
def
getAllStringColumnsToCategorical(): Boolean
- Annotations
- @DeprecatedMethod( x$2 , x$1 )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getColumnsToCategorical(): Array[String]
-
def
getConvertInvalidNumbersToNa(): Boolean
- Definition Classes
- H2OMOJOAlgoSharedParams
-
def
getConvertUnknownCategoricalLevelsToNa(): Boolean
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
def
getDefault[T](param: Param[T]): Option[T]
- Definition Classes
- Params
-
def
getDetailedPredictionCol(): String
- Definition Classes
- H2OMOJOAlgoSharedParams
-
def
getFeaturesCols(): Array[String]
- Definition Classes
- H2OCommonParams → H2OMOJOAlgoSharedParams
- def getFoldCol(): String
-
def
getNamedMojoOutputColumns(): Boolean
- Definition Classes
- H2OMOJOAlgoSharedParams
- def getNfolds(): Int
-
final
def
getOrDefault[T](param: Param[T]): T
- Definition Classes
- Params
-
def
getParam(paramName: String): Param[Any]
- Definition Classes
- Params
-
def
getPredictionCol(): String
- Definition Classes
- H2OMOJOAlgoSharedParams
- def getSeed(): Long
- def getSplitRatio(): Double
- def getWeightCol(): String
-
def
getWithContributions(): Boolean
- Definition Classes
- H2OMOJOAlgoSharedParams
-
def
getWithLeafNodeAssignments(): Boolean
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
def
hasDefault[T](param: Param[T]): Boolean
- Definition Classes
- Params
-
def
hasParam(paramName: String): Boolean
- Definition Classes
- Params
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
isDefined(param: Param[_]): Boolean
- Definition Classes
- Params
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isSet(param: Param[_]): Boolean
- Definition Classes
- Params
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
val
namedMojoOutputColumns: Param[Boolean]
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
val
nfolds: IntParam
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
lazy val
params: Array[Param[_]]
- Definition Classes
- Params
-
final
val
predictionCol: Param[String]
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
val
seed: LongParam
- Attributes
- protected
-
final
def
set(paramPair: ParamPair[_]): H2OCommonParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set(param: String, value: Any): H2OCommonParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set[T](param: Param[T], value: T): H2OCommonParams.this.type
- Definition Classes
- Params
-
def
setAllStringColumnsToCategorical(value: Boolean): H2OCommonParams.this.type
- Annotations
- @DeprecatedMethod( x$4 , x$3 )
- def setColumnsToCategorical(columnNames: ArrayList[String]): H2OCommonParams.this.type
- def setColumnsToCategorical(columns: Array[String]): H2OCommonParams.this.type
- def setColumnsToCategorical(first: String, others: String*): H2OCommonParams.this.type
- def setConvertInvalidNumbersToNa(value: Boolean): H2OCommonParams.this.type
- def setConvertUnknownCategoricalLevelsToNa(value: Boolean): H2OCommonParams.this.type
-
final
def
setDefault(paramPairs: ParamPair[_]*): H2OCommonParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
setDefault[T](param: Param[T], value: T): H2OCommonParams.this.type
- Attributes
- protected
- Definition Classes
- Params
- def setDetailedPredictionCol(columnName: String): H2OCommonParams.this.type
- def setFeaturesCol(first: String): H2OCommonParams.this.type
- def setFeaturesCols(columnNames: ArrayList[String]): H2OCommonParams.this.type
- def setFeaturesCols(columnNames: Array[String]): H2OCommonParams.this.type
- def setFeaturesCols(first: String, others: String*): H2OCommonParams.this.type
- def setFoldCol(columnName: String): H2OCommonParams.this.type
- def setNamedMojoOutputColumns(value: Boolean): H2OCommonParams.this.type
- def setNfolds(value: Int): H2OCommonParams.this.type
- def setPredictionCol(columnName: String): H2OCommonParams.this.type
- def setSeed(value: Long): H2OCommonParams.this.type
- def setSplitRatio(ratio: Double): H2OCommonParams.this.type
- def setWeightCol(columnName: String): H2OCommonParams.this.type
- def setWithContributions(enabled: Boolean): H2OCommonParams.this.type
-
def
setWithDetailedPredictionCol(enabled: Boolean): H2OCommonParams.this.type
- Annotations
- @DeprecatedMethod( x$6 , x$5 )
- def setWithLeafNodeAssignments(enabled: Boolean): H2OCommonParams.this.type
-
final
val
splitRatio: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Identifiable → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
val
weightCol: NullableStringParam
- Attributes
- protected
-
final
val
withContributions: BooleanParam
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
val
withDetailedPredictionCol: BooleanParam
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
-
final
val
withLeafNodeAssignments: BooleanParam
- Attributes
- protected
- Definition Classes
- H2OMOJOAlgoSharedParams
Deprecated Value Members
-
def
getWithDetailedPredictionCol(): Boolean
- Definition Classes
- H2OMOJOAlgoSharedParams
- Annotations
- @deprecated
- Deprecated
(Since version )