object DecisionTreeC45Test2 extends App
The DecisionTreeC45Test2
object is used to test the DecisionTreeC45
class.
Ex: Classify (No/Yes) whether a person will play tennis based on the measured features.
- See also
www.cise.ufl.edu/~ddd/cap6635/Fall-97/Short-papers/2.htm > runMain scalation.analytics.classifier.DecisionTreeC45Test2
- Alphabetic
- By Inheritance
- DecisionTreeC45Test2
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val cont: Set[Int]
-
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" )
- val tree: DecisionTreeC45
- val z: VectorI
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