object Algo extends Enumeration
Enum to select the algorithm for the decision tree
- Annotations
- @Since( "1.0.0" )
- Source
- Algo.scala
- Alphabetic
- By Inheritance
- Algo
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Algo = Value
- Annotations
- @Since( "1.0.0" )
-
abstract
class
Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
-
class
ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
-
val
Classification: Value
- Annotations
- @Since( "1.0.0" )
-
val
Regression: Value
- Annotations
- @Since( "1.0.0" )
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration