trait H2OGLRMParams extends H2OAlgoParamsBase with HasUserX with HasUserY with HasLossByColNames
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- H2OGLRMParams
- HasLossByColNames
- HasUserY
- HasUserX
- HasDataFrameSerializer
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
booleanParam(name: String, doc: String): BooleanParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
final
def
clear(param: Param[_]): H2OGLRMParams.this.type
- Definition Classes
- Params
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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
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
-
final
val
dataFrameSerializer: Param[String]
- Attributes
- protected
- Definition Classes
- HasDataFrameSerializer
-
final
def
defaultCopy[T <: Params](extra: ParamMap): T
- Attributes
- protected
- Definition Classes
- Params
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
expandUserY: BooleanParam
- Attributes
- protected
-
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
-
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
gammaX: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
gammaY: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
final
def
get[T](param: Param[T]): Option[T]
- Definition Classes
- Params
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDataFrameSerializer(): String
- Definition Classes
- HasDataFrameSerializer
-
final
def
getDefault[T](param: Param[T]): Option[T]
- Definition Classes
- Params
- def getExpandUserY(): Boolean
- def getExportCheckpointsDir(): String
- def getGammaX(): Double
- def getGammaY(): Double
- def getIgnoreConstCols(): Boolean
- def getIgnoredCols(): Array[String]
- def getImputeOriginal(): Boolean
- def getInit(): String
- def getInitStepSize(): Double
- def getK(): Int
- def getLoadingName(): String
- def getLoss(): String
- def getLossByCol(): Array[String]
-
def
getLossByColNames(): Array[String]
- Definition Classes
- HasLossByColNames
-
def
getLossByColNamesParam(trainingFrame: H2OFrame): Map[String, Any]
- Definition Classes
- HasLossByColNames
- def getMaxIterations(): Int
- def getMaxRuntimeSecs(): Double
- def getMaxUpdates(): Int
- def getMinStepSize(): Double
- def getModelId(): String
- def getMultiLoss(): String
-
final
def
getOrDefault[T](param: Param[T]): T
- Definition Classes
- Params
-
def
getParam(paramName: String): Param[Any]
- Definition Classes
- Params
- def getPeriod(): Int
- def getRecoverSvd(): Boolean
- def getRegularizationX(): String
- def getRegularizationY(): String
- def getRepresentationName(): String
- def getScoreEachIteration(): Boolean
- def getSeed(): Long
- def getSvdMethod(): String
- def getTransform(): String
-
def
getUserX(): DataFrame
- Definition Classes
- HasUserX
-
def
getUserY(): DataFrame
- Definition Classes
- HasUserY
-
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
-
val
ignoredCols: NullableStringArrayParam
- Attributes
- protected
-
val
imputeOriginal: BooleanParam
- Attributes
- protected
-
val
init: Param[String]
- Attributes
- protected
-
val
initStepSize: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
def
intArrayParam(name: String, doc: String): IntArrayParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
intParam(name: String, doc: String): IntParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
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
-
val
k: IntParam
- Attributes
- protected
-
val
loadingName: NullableStringParam
- Attributes
- protected
-
def
longParam(name: String, doc: String): LongParam
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
val
loss: Param[String]
- Attributes
- protected
-
val
lossByCol: NullableStringArrayParam
- Attributes
- protected
-
val
maxIterations: IntParam
- Attributes
- protected
-
val
maxRuntimeSecs: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
maxUpdates: IntParam
- Attributes
- protected
-
val
minStepSize: org.apache.spark.ml.param.DoubleParam
- Attributes
- protected
-
val
modelId: NullableStringParam
- Attributes
- protected
-
val
multiLoss: Param[String]
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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
-
def
param[T](name: String, doc: String): Param[T]
- Attributes
- protected
- Definition Classes
- ParameterConstructorMethods
-
def
paramTag: ClassTag[GLRMParameters]
- Attributes
- protected
-
lazy val
params: Array[Param[_]]
- Definition Classes
- Params
-
val
period: IntParam
- Attributes
- protected
-
val
recoverSvd: BooleanParam
- Attributes
- protected
-
val
regularizationX: Param[String]
- Attributes
- protected
-
val
regularizationY: Param[String]
- Attributes
- protected
-
val
representationName: NullableStringParam
- Attributes
- protected
-
val
scoreEachIteration: BooleanParam
- Attributes
- protected
-
val
seed: LongParam
- Attributes
- protected
-
final
def
set(paramPair: ParamPair[_]): H2OGLRMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set(param: String, value: Any): H2OGLRMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
set[T](param: Param[T], value: T): H2OGLRMParams.this.type
- Definition Classes
- Params
-
final
def
setDefault(paramPairs: ParamPair[_]*): H2OGLRMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
-
final
def
setDefault[T](param: Param[T], value: T): H2OGLRMParams.this.type
- Attributes
- protected
- Definition Classes
- Params
- def setExpandUserY(value: Boolean): H2OGLRMParams.this.type
- def setExportCheckpointsDir(value: String): H2OGLRMParams.this.type
- def setGammaX(value: Double): H2OGLRMParams.this.type
- def setGammaY(value: Double): H2OGLRMParams.this.type
- def setIgnoreConstCols(value: Boolean): H2OGLRMParams.this.type
- def setIgnoredCols(value: Array[String]): H2OGLRMParams.this.type
- def setImputeOriginal(value: Boolean): H2OGLRMParams.this.type
- def setInit(value: String): H2OGLRMParams.this.type
- def setInitStepSize(value: Double): H2OGLRMParams.this.type
- def setK(value: Int): H2OGLRMParams.this.type
- def setLoadingName(value: String): H2OGLRMParams.this.type
- def setLoss(value: String): H2OGLRMParams.this.type
- def setLossByCol(value: Array[String]): H2OGLRMParams.this.type
-
def
setLossByColNames(value: Array[String]): H2OGLRMParams.this.type
- Definition Classes
- HasLossByColNames
- def setMaxIterations(value: Int): H2OGLRMParams.this.type
- def setMaxRuntimeSecs(value: Double): H2OGLRMParams.this.type
- def setMaxUpdates(value: Int): H2OGLRMParams.this.type
- def setMinStepSize(value: Double): H2OGLRMParams.this.type
- def setModelId(value: String): H2OGLRMParams.this.type
- def setMultiLoss(value: String): H2OGLRMParams.this.type
- def setPeriod(value: Int): H2OGLRMParams.this.type
- def setRecoverSvd(value: Boolean): H2OGLRMParams.this.type
- def setRegularizationX(value: String): H2OGLRMParams.this.type
- def setRegularizationY(value: String): H2OGLRMParams.this.type
- def setRepresentationName(value: String): H2OGLRMParams.this.type
- def setScoreEachIteration(value: Boolean): H2OGLRMParams.this.type
- def setSeed(value: Long): H2OGLRMParams.this.type
- def setSvdMethod(value: String): H2OGLRMParams.this.type
- def setTransform(value: String): H2OGLRMParams.this.type
-
def
setUserX(value: DataFrame): H2OGLRMParams.this.type
- Definition Classes
- HasUserX
-
def
setUserY(value: DataFrame): H2OGLRMParams.this.type
- Definition Classes
- HasUserY
-
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
-
val
svdMethod: Param[String]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Identifiable → AnyRef → Any
-
val
transform: Param[String]
- Attributes
- protected
-
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()