object BoostingStrategy extends Serializable
- Annotations
- @Since( "1.2.0" )
- Source
- BoostingStrategy.scala
- Alphabetic
- By Inheritance
- BoostingStrategy
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
defaultParams(algo: Algo.Algo): BoostingStrategy
Returns default configuration for the boosting algorithm
Returns default configuration for the boosting algorithm
- algo
Learning goal. Supported:
org.apache.spark.mllib.tree.configuration.Algo.Classification
,org.apache.spark.mllib.tree.configuration.Algo.Regression
- returns
Configuration for boosting algorithm
- Annotations
- @Since( "1.3.0" )
-
def
defaultParams(algo: String): BoostingStrategy
Returns default configuration for the boosting algorithm
Returns default configuration for the boosting algorithm
- algo
Learning goal. Supported: "Classification" or "Regression"
- returns
Configuration for boosting algorithm
- Annotations
- @Since( "1.2.0" )