object DecisionTreeID3wp extends App
The DecisionTreeID3wp
companion object provides a factory function.
- Alphabetic
- By Inheritance
- DecisionTreeID3wp
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(xy: MatriI, fn: Strings, k: Int, cn: Strings, hparam: HyperParameter = hp): DecisionTreeID3wp
Create a decision tree for the given combined matrix where the last column is the response/classification vector.
Create a decision tree for the given combined matrix where the last column is the response/classification vector.
- xy
the combined data matrix (features and response)
- fn
the names for all features/variables
- k
the number of classes
- cn
the names for all classes
- hparam
the hyper-parameters for the decision tree
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear