Packages

o

scalation.analytics.classifier

DecisionTreeID3wpTest3

object DecisionTreeID3wpTest3 extends App

The DecisionTreeID3wpTest3 object is used to test the DecisionTreeID3wp class. > runMain scalation.analytics.classifier.DecisionTreeID3wpTest3

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DecisionTreeID3wpTest3
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. var accuracy: Double
  2. var accurateCount: Double
  3. val cn: Array[String]
  4. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  5. val fn: Array[String]
  6. val fname: String
  7. val index: VectoI
  8. val k: Int
  9. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  10. val rvv: RandomVecI
  11. var testCount: Int
  12. val testData: MatrixI
  13. val testFeature: MatrixI
  14. val testTarget: VectorI
  15. var trainCount: Int
  16. val trainData: MatrixI
  17. val trainSize: Int
  18. val tree: DecisionTreeID3wp
  19. val x: MatriI
  20. val xy: MatrixI
  21. val y: VectoI
  22. val ymin: Int

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear