object DecisionTreeID3wpTest3 extends App
The DecisionTreeID3wpTest3
object is used to test the DecisionTreeID3wp
class.
> runMain scalation.analytics.classifier.DecisionTreeID3wpTest3
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DecisionTreeID3wpTest3
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- var accuracy: Double
- var accurateCount: Double
- val cn: Array[String]
- final val executionStart: Long
- Definition Classes
- App
- val fn: Array[String]
- val fname: String
- val index: VectoI
- val k: Int
- final def main(args: Array[String]): Unit
- Definition Classes
- App
- 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