object DecisionTreeID3wpTest3 extends App
The DecisionTreeID3wpTest3
object is used to test the DecisionTreeID3wp
class.
> runMain scalation.analytics.classifier.DecisionTreeID3wpTest3
- Alphabetic
- By Inheritance
- DecisionTreeID3wpTest3
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- var accuracy: Double
- var accurateCount: Double
- val cn: Array[String]
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fn: Array[String]
- val fname: String
- val index: VectoI
- val k: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val rvv: RandomVecI
- var testCount: Int
- val testData: MatrixI
- val testFeature: MatrixI
- val testTarget: VectorI
- var trainCount: Int
- val trainData: MatrixI
- val trainSize: Int
- val tree: DecisionTreeID3wp
- val x: MatriI
- val xy: MatrixI
- val y: VectoI
- val ymin: Int
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