trait H2OGAMParams extends H2OAlgoParamsBase with HasIgnoredCols with HasBetaConstraints with HasGamCols
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2OGAMParams
- HasGamCols
- H2OAlgoCommonUtils
- EstimatorCommonUtils
- RestCommunication
- RestEncodingUtils
- Logging
- Logging
- HasBetaConstraints
- HasDataFrameSerializer
- HasIgnoredCols
- H2OAlgoParamsBase
- H2OFrameLifecycle
- ParameterConstructorMethods
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
ParametersExtraMethods extends AnyRef
- Definition Classes
- H2OAlgoParamsBase
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
-
val
alphaValue: NullableDoubleArrayParam
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
aucType: Param[String]
- Attributes
- protected
-
val
balanceClasses: BooleanParam
- Attributes
- protected
-
val
betaEpsilon: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
binaryModel: Option[H2OBinaryModel]
- Attributes
- protected
- Definition Classes
- H2OAlgoCommonUtils
-
def
booleanParam(name: String, doc: String): BooleanParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
bs: NullableIntArrayParam
- Attributes
- protected
-
def
checkResponseCode(connection: HttpURLConnection, confirmationLoggingLevel: LoggingLevel): Unit
- Definition Classes
- RestCommunication
-
val
classSamplingFactors: NullableFloatArrayParam
- Attributes
- protected
-
final
def
clear(param: Param[_]): H2OGAMParams.this.type
- Definition Classes
- Params
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
coldStart: BooleanParam
- Attributes
- protected
-
val
computePValues: BooleanParam
- Attributes
- protected
-
def
convert2dArrayToH2OFrame(input: Array[Array[Double]]): String
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
convertDataFrameToH2OFrameKey(dataFrame: DataFrame): String
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
convertMatrixToH2OFrameKeyArray(matrix: Array[DenseMatrix]): Array[String]
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
convertModelIdToKey(key: String): String
- Attributes
- protected
- Definition Classes
- EstimatorCommonUtils
-
def
convertVectorArrayToH2OFrameKeyArray(vectors: Array[DenseVector]): Array[String]
- Attributes
- protected
- Definition Classes
- H2OAlgoParamsBase
-
def
copyValues[T <: Params](to: T, extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
val
customMetricFunc: NullableStringParam
- Attributes
- protected
-
final
val
dataFrameSerializer: Param[String]
- Attributes
- protected
- Definition Classes
- HasDataFrameSerializer
-
final
def
defaultCopy[T <: Params](extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
def
delete(endpoint: URI, suffix: String, conf: H2OConf): Unit
- Attributes
- protected
- Definition Classes
- RestCommunication
-
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
-
def
doubleArrayParam(name: String, doc: String): DoubleArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
doubleParam(name: String, doc: String): org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
downloadBinaryURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
- Attributes
- protected
- Definition Classes
- RestCommunication
-
def
downloadStringURLContent(endpoint: URI, suffix: String, conf: H2OConf, file: File): Unit
- Attributes
- protected
- Definition Classes
- RestCommunication
-
val
earlyStopping: BooleanParam
- Attributes
- protected
-
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
-
val
exportCheckpointsDir: NullableStringParam
- Attributes
- protected
-
final
def
extractParamMap(): ParamMap
- Definition Classes
- Params
-
final
def
extractParamMap(extra: ParamMap): ParamMap
- Definition Classes
- Params
-
val
family: Param[String]
- Attributes
- protected
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
floatParam(name: String, doc: String): FloatParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
foldAssignment: Param[String]
- Attributes
- protected
-
val
foldCol: NullableStringParam
- Attributes
- protected
-
val
gamCols: NullableStringArrayArrayParam
- Attributes
- protected
- Definition Classes
- HasGamCols
-
final
def
get[T](param: Param[T]): Option[T]
- Definition Classes
- Params
- def getAlphaValue(): Array[Double]
- def getAucType(): String
- def getBalanceClasses(): Boolean
-
def
getBetaConstraints(): DataFrame
- Definition Classes
- HasBetaConstraints
- def getBetaEpsilon(): Double
-
def
getBinaryModel(): H2OBinaryModel
- Definition Classes
- H2OAlgoCommonUtils
- def getBs(): Array[Int]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getClassSamplingFactors(): Array[Float]
- def getColdStart(): Boolean
- def getComputePValues(): Boolean
- def getCustomMetricFunc(): String
-
def
getDataFrameSerializer(): String
- Definition Classes
- HasDataFrameSerializer
-
final
def
getDefault[T](param: Param[T]): Option[T]
- Definition Classes
- Params
- def getEarlyStopping(): Boolean
- def getExportCheckpointsDir(): String
- def getFamily(): String
- def getFoldAssignment(): String
- def getFoldCol(): String
-
def
getGamCols(): Array[Array[String]]
- Definition Classes
- HasGamCols
- def getGradientEpsilon(): Double
- def getIgnoreConstCols(): Boolean
-
def
getIgnoredCols(): Array[String]
- Definition Classes
- HasIgnoredCols
- def getInteractions(): Array[String]
- def getIntercept(): Boolean
- def getKeepCrossValidationFoldAssignment(): Boolean
- def getKeepCrossValidationModels(): Boolean
- def getKeepCrossValidationPredictions(): Boolean
- def getKeepGamCols(): Boolean
- def getKnotIds(): Array[String]
- def getLabelCol(): String
- def getLambdaSearch(): Boolean
- def getLambdaValue(): Array[Double]
- def getLink(): String
- def getMaxActivePredictors(): Int
- def getMaxAfterBalanceSize(): Float
- def getMaxConfusionMatrixSize(): Int
- def getMaxIterations(): Int
- def getMaxRuntimeSecs(): Double
- def getMissingValuesHandling(): String
- def getModelId(): String
- def getNfolds(): Int
- def getNlambdas(): Int
- def getNonNegative(): Boolean
- def getNumKnots(): Array[Int]
- def getObjReg(): Double
- def getObjectiveEpsilon(): Double
- def getOffsetCol(): String
-
final
def
getOrDefault[T](param: Param[T]): T
- Definition Classes
- Params
-
def
getParam(paramName: String): Param[Any]
- Definition Classes
- Params
- def getPrior(): Double
- def getRemoveCollinearCols(): Boolean
- def getScale(): Array[Double]
- def getScaleTpPenaltyMat(): Boolean
- def getScoreEachIteration(): Boolean
- def getSeed(): Long
- def getSolver(): String
- def getSplineOrders(): Array[Int]
- def getSplinesNonNegative(): Array[Boolean]
- def getStandardize(): Boolean
- def getStandardizeTpGamCols(): Boolean
- def getStartval(): Array[Double]
- def getStoppingMetric(): String
- def getStoppingRounds(): Int
- def getStoppingTolerance(): Double
- def getStoreKnotLocations(): Boolean
- def getTheta(): Double
- def getTweedieLinkPower(): Double
- def getTweedieVariancePower(): Double
- def getWeightCol(): String
-
val
gradientEpsilon: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
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()
-
val
ignoreConstCols: BooleanParam
- Attributes
- protected
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
insert(endpoint: URI, suffix: String, conf: H2OConf, streamWrapper: (OutputStream) ⇒ OutputStream, params: Map[String, Any]): OutputStream
- Attributes
- protected
- Definition Classes
- RestCommunication
-
def
insertToNode(node: NodeDesc, suffix: String, conf: H2OConf, params: Map[String, Any]): OutputStream
- Definition Classes
- RestCommunication
-
def
intArrayParam(name: String, doc: String): IntArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
intParam(name: String, doc: String): IntParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
interactions: NullableStringArrayParam
- Attributes
- protected
-
val
intercept: BooleanParam
- Attributes
- protected
-
final
def
isDefined(param: Param[_]): Boolean
- Definition Classes
- Params
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrimitiveType(value: Any): Boolean
- Attributes
- protected
- Definition Classes
- RestEncodingUtils
-
final
def
isSet(param: Param[_]): Boolean
- Definition Classes
- Params
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
val
keepCrossValidationFoldAssignment: BooleanParam
- Attributes
- protected
-
val
keepCrossValidationModels: BooleanParam
- Attributes
- protected
-
val
keepCrossValidationPredictions: BooleanParam
- Attributes
- protected
-
val
keepGamCols: BooleanParam
- Attributes
- protected
-
val
knotIds: NullableStringArrayParam
- Attributes
- protected
-
val
labelCol: Param[String]
- Attributes
- protected
-
val
lambdaSearch: BooleanParam
- Attributes
- protected
-
val
lambdaValue: NullableDoubleArrayParam
- Attributes
- protected
-
val
link: Param[String]
- Attributes
- protected
-
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
-
def
longParam(name: String, doc: String): LongParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
maxActivePredictors: IntParam
- Attributes
- protected
-
val
maxAfterBalanceSize: FloatParam
- Attributes
- protected
-
val
maxConfusionMatrixSize: IntParam
- Attributes
- protected
-
val
maxIterations: IntParam
- Attributes
- protected
-
val
maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
missingValuesHandling: Param[String]
- Attributes
- protected
-
val
modelId: NullableStringParam
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
nfolds: IntParam
- Attributes
- protected
-
val
nlambdas: IntParam
- Attributes
- protected
-
val
nonNegative: BooleanParam
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
nullableBooleanArrayParam(name: String, doc: String): NullableBooleanArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableDoubleArrayArrayParam(name: String, doc: String): NullableDoubleArrayArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableDoubleArrayParam(name: String, doc: String): NullableDoubleArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableFloatArrayParam(name: String, doc: String): NullableFloatArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableIntArrayParam(name: String, doc: String): NullableIntArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringArrayArrayParam(name: String, doc: String): NullableStringArrayArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringArrayParam(name: String, doc: String): NullableStringArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringPairArrayParam(name: String, doc: String): NullableStringPairArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
nullableStringParam(name: String, doc: String): NullableStringParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
numKnots: NullableIntArrayParam
- Attributes
- protected
-
val
objReg: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
objectiveEpsilon: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
offsetCol: NullableStringParam
- Attributes
- protected
-
def
param[T](name: String, doc: String): Param[T]
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
paramTag: ClassTag[GAMParameters]
- Attributes
- protected
-
lazy val
params: Array[Param[_]]
- Definition Classes
- Params
-
val
prior: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
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
-
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
-
val
removeCollinearCols: BooleanParam
- Attributes
- protected
-
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
-
def
sanitize(colName: String): String
- Definition Classes
- H2OAlgoCommonUtils
-
val
scale: NullableDoubleArrayParam
- Attributes
- protected
-
val
scaleTpPenaltyMat: BooleanParam
- Attributes
- protected
-
val
scoreEachIteration: BooleanParam
- Attributes
- protected
-
val
seed: LongParam
- Attributes
- protected
-
final
def
set(paramPair: ParamPair[_]): H2OGAMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set(param: String, value: Any): H2OGAMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set[T](param: Param[T], value: T): H2OGAMParams.this.type
- Definition Classes
- Params
- def setAlphaValue(value: Array[Double]): H2OGAMParams.this.type
- def setAucType(value: String): H2OGAMParams.this.type
- def setBalanceClasses(value: Boolean): H2OGAMParams.this.type
-
def
setBetaConstraints(value: DataFrame): H2OGAMParams.this.type
- Definition Classes
- HasBetaConstraints
- def setBetaEpsilon(value: Double): H2OGAMParams.this.type
- def setBs(value: Array[Int]): H2OGAMParams.this.type
- def setClassSamplingFactors(value: Array[Float]): H2OGAMParams.this.type
- def setColdStart(value: Boolean): H2OGAMParams.this.type
- def setComputePValues(value: Boolean): H2OGAMParams.this.type
- def setCustomMetricFunc(value: String): H2OGAMParams.this.type
-
final
def
setDefault(paramPairs: ParamPair[_]*): H2OGAMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
setDefault[T](param: Param[T], value: T): H2OGAMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
- def setEarlyStopping(value: Boolean): H2OGAMParams.this.type
- def setExportCheckpointsDir(value: String): H2OGAMParams.this.type
- def setFamily(value: String): H2OGAMParams.this.type
- def setFoldAssignment(value: String): H2OGAMParams.this.type
- def setFoldCol(value: String): H2OGAMParams.this.type
-
def
setGamCols(value: Array[String]): H2OGAMParams.this.type
- Definition Classes
- HasGamCols
-
def
setGamCols(value: Array[Array[String]]): H2OGAMParams.this.type
- Definition Classes
- HasGamCols
- def setGradientEpsilon(value: Double): H2OGAMParams.this.type
- def setIgnoreConstCols(value: Boolean): H2OGAMParams.this.type
-
def
setIgnoredCols(value: Array[String]): H2OGAMParams.this.type
- Definition Classes
- HasIgnoredCols
- def setInteractions(value: Array[String]): H2OGAMParams.this.type
- def setIntercept(value: Boolean): H2OGAMParams.this.type
- def setKeepCrossValidationFoldAssignment(value: Boolean): H2OGAMParams.this.type
- def setKeepCrossValidationModels(value: Boolean): H2OGAMParams.this.type
- def setKeepCrossValidationPredictions(value: Boolean): H2OGAMParams.this.type
- def setKeepGamCols(value: Boolean): H2OGAMParams.this.type
- def setKnotIds(value: Array[String]): H2OGAMParams.this.type
- def setLabelCol(value: String): H2OGAMParams.this.type
- def setLambdaSearch(value: Boolean): H2OGAMParams.this.type
- def setLambdaValue(value: Array[Double]): H2OGAMParams.this.type
- def setLink(value: String): H2OGAMParams.this.type
- def setMaxActivePredictors(value: Int): H2OGAMParams.this.type
- def setMaxAfterBalanceSize(value: Float): H2OGAMParams.this.type
- def setMaxConfusionMatrixSize(value: Int): H2OGAMParams.this.type
- def setMaxIterations(value: Int): H2OGAMParams.this.type
- def setMaxRuntimeSecs(value: Double): H2OGAMParams.this.type
- def setMissingValuesHandling(value: String): H2OGAMParams.this.type
- def setModelId(value: String): H2OGAMParams.this.type
- def setNfolds(value: Int): H2OGAMParams.this.type
- def setNlambdas(value: Int): H2OGAMParams.this.type
- def setNonNegative(value: Boolean): H2OGAMParams.this.type
- def setNumKnots(value: Array[Int]): H2OGAMParams.this.type
- def setObjReg(value: Double): H2OGAMParams.this.type
- def setObjectiveEpsilon(value: Double): H2OGAMParams.this.type
- def setOffsetCol(value: String): H2OGAMParams.this.type
- def setPrior(value: Double): H2OGAMParams.this.type
- def setRemoveCollinearCols(value: Boolean): H2OGAMParams.this.type
- def setScale(value: Array[Double]): H2OGAMParams.this.type
- def setScaleTpPenaltyMat(value: Boolean): H2OGAMParams.this.type
- def setScoreEachIteration(value: Boolean): H2OGAMParams.this.type
- def setSeed(value: Long): H2OGAMParams.this.type
- def setSolver(value: String): H2OGAMParams.this.type
- def setSplineOrders(value: Array[Int]): H2OGAMParams.this.type
- def setSplinesNonNegative(value: Array[Boolean]): H2OGAMParams.this.type
- def setStandardize(value: Boolean): H2OGAMParams.this.type
- def setStandardizeTpGamCols(value: Boolean): H2OGAMParams.this.type
- def setStartval(value: Array[Double]): H2OGAMParams.this.type
- def setStoppingMetric(value: String): H2OGAMParams.this.type
- def setStoppingRounds(value: Int): H2OGAMParams.this.type
- def setStoppingTolerance(value: Double): H2OGAMParams.this.type
- def setStoreKnotLocations(value: Boolean): H2OGAMParams.this.type
- def setTheta(value: Double): H2OGAMParams.this.type
- def setTweedieLinkPower(value: Double): H2OGAMParams.this.type
- def setTweedieVariancePower(value: Double): H2OGAMParams.this.type
- def setWeightCol(value: String): H2OGAMParams.this.type
-
val
solver: Param[String]
- Attributes
- protected
-
val
splineOrders: NullableIntArrayParam
- Attributes
- protected
-
val
splinesNonNegative: NullableBooleanArrayParam
- Attributes
- protected
-
val
standardize: BooleanParam
- Attributes
- protected
-
val
standardizeTpGamCols: BooleanParam
- Attributes
- protected
-
val
startval: NullableDoubleArrayParam
- Attributes
- protected
-
val
stoppingMetric: Param[String]
- Attributes
- protected
-
val
stoppingRounds: IntParam
- Attributes
- protected
-
val
stoppingTolerance: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
storeKnotLocations: BooleanParam
- Attributes
- protected
-
def
stringArrayParam(name: String, doc: String): StringArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
stringParam(name: String, doc: String): Param[String]
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
stringify(value: Any): String
- Attributes
- protected
- Definition Classes
- RestEncodingUtils
-
def
stringifyArray(arr: Array[_]): String
- Attributes
- protected
- Definition Classes
- RestEncodingUtils
-
def
stringifyMap(map: Map[_, _]): String
- Attributes
- protected
- Definition Classes
- RestEncodingUtils
-
def
stringifyPair(pair: Tuple2[_, _]): String
- Attributes
- protected
- Definition Classes
- RestEncodingUtils
-
def
stringifyParams(params: Map[String, Any], encodeParamsAsJson: Boolean): String
- Attributes
- protected
- Definition Classes
- RestEncodingUtils
-
def
stringifyPrimitiveParam(value: Any): String
- Attributes
- protected
- Definition Classes
- RestEncodingUtils
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
theta: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
def
toString(): String
- Definition Classes
- Identifiable → AnyRef → Any
-
def
trainAndGetDestinationKey(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): String
- Attributes
- protected
- Definition Classes
- EstimatorCommonUtils
-
def
trainAndGetMOJOModel(endpointSuffix: String, params: Map[String, Any], encodeParamsAsJson: Boolean = false): H2OMOJOModel
- Attributes
- protected
- Definition Classes
- EstimatorCommonUtils
-
val
tweedieLinkPower: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
tweedieVariancePower: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
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
-
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()
-
val
weightCol: NullableStringParam
- Attributes
- protected
-
object
LoggingLevel extends Enumeration
- Definition Classes
- RestCommunication