case classDecisionTreeParams(maxDepth: Int = Int.MaxValue, minNodeSize: Int = 1, seed: Long = defRng.nextLong, randomizeEquality: Boolean = false) extends Product with Serializable
A Class to specify the parameters of the decision tree model
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
DecisionTreeParams
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newDecisionTreeParams(maxDepth: Int = Int.MaxValue, minNodeSize: Int = 1, seed: Long = defRng.nextLong, randomizeEquality: Boolean = false)
A Class to specify the parameters of the decision tree model