trait LightGBMSeedParams extends Wrappable
Defines common parameters related to seed and determinism
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LightGBMSeedParams
- Wrappable
- DotnetWrappable
- RWrappable
- PythonWrappable
- BaseWrappable
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
- val baggingSeed: IntParam
-
final
def
clear(param: Param[_]): LightGBMSeedParams.this.type
- Definition Classes
- Params
- val dataRandomSeed: IntParam
- val deterministic: BooleanParam
-
def
dotnetAdditionalMethods: String
- Definition Classes
- DotnetWrappable
- val dropSeed: IntParam
-
def
explainParam(param: Param[_]): String
- Definition Classes
- Params
-
def
explainParams(): String
- Definition Classes
- Params
- val extraSeed: IntParam
-
final
def
extractParamMap(): ParamMap
- Definition Classes
- Params
-
final
def
extractParamMap(extra: ParamMap): ParamMap
- Definition Classes
- Params
- val featureFractionSeed: IntParam
-
final
def
get[T](param: Param[T]): Option[T]
- Definition Classes
- Params
- def getBaggingSeed: Int
- def getDataRandomSeed: Int
-
final
def
getDefault[T](param: Param[T]): Option[T]
- Definition Classes
- Params
- def getDeterministic: Boolean
- def getDropSeed: Int
- def getExtraSeed: Int
- def getFeatureFractionSeed: Int
- def getObjectiveSeed: Int
-
final
def
getOrDefault[T](param: Param[T]): T
- Definition Classes
- Params
-
def
getParam(paramName: String): Param[Any]
- Definition Classes
- Params
-
def
getParamInfo(p: Param[_]): ParamInfo[_]
- Definition Classes
- BaseWrappable
- def getSeed: Int
-
final
def
hasDefault[T](param: Param[T]): Boolean
- Definition Classes
- Params
-
def
hasParam(paramName: String): Boolean
- Definition Classes
- Params
-
final
def
isDefined(param: Param[_]): Boolean
- Definition Classes
- Params
-
final
def
isSet(param: Param[_]): Boolean
- Definition Classes
- Params
-
def
makeDotnetFile(conf: CodegenConfig): Unit
- Definition Classes
- DotnetWrappable
-
def
makePyFile(conf: CodegenConfig): Unit
- Definition Classes
- PythonWrappable
-
def
makeRFile(conf: CodegenConfig): Unit
- Definition Classes
- RWrappable
- val objectiveSeed: IntParam
-
lazy val
params: Array[Param[_]]
- Definition Classes
- Params
-
def
pyAdditionalMethods: String
- Definition Classes
- PythonWrappable
-
def
pyInitFunc(): String
- Definition Classes
- PythonWrappable
- val seed: IntParam
-
final
def
set[T](param: Param[T], value: T): LightGBMSeedParams.this.type
- Definition Classes
- Params
- def setBaggingSeed(value: Int): LightGBMSeedParams.this.type
- def setDataRandomSeed(value: Int): LightGBMSeedParams.this.type
- def setDeterministic(value: Boolean): LightGBMSeedParams.this.type
- def setDropSeed(value: Int): LightGBMSeedParams.this.type
- def setExtraSeed(value: Int): LightGBMSeedParams.this.type
- def setFeatureFractionSeed(value: Int): LightGBMSeedParams.this.type
- def setObjectiveSeed(value: Int): LightGBMSeedParams.this.type
- def setSeed(value: Int): LightGBMSeedParams.this.type
-
def
toString(): String
- Definition Classes
- Identifiable → AnyRef → Any