object RandomForest2Test4 extends App
The RandomForest2Test4
object is used to test the RandomForest2
class.
It tests RF using unseen data.
> runMain scalation.analytics.classifier.RandomForest2Test4
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RandomForest2Test4
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val accuracy: Double
- var accurateCount: Double
- val conts: Set[Int]
- var elseCount: Int
- val elseFeature: MatrixD
- val elseSample: MatrixD
- val elseTarget: VectorD
- final val executionStart: Long
- Definition Classes
- App
- val fname: String
- val hp2: HyperParameter
- val index: VectoI
- final def main(args: Array[String]): Unit
- Definition Classes
- App
- val nClasses: Int
- val rF: RandomForest2
- val rvv: RandomVecI
- val subSample: MatrixD
- var trainCount: Int
- val trainSize: Int
- val x: MatriD
- val xy: MatrixD
- val y: VectoI
- val ycol: Int
- val yp: VectoI
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