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
- Alphabetic
- By Inheritance
- RandomForest2Test4
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val accuracy: Double
- var accurateCount: Double
- val conts: Set[Int]
- var elseCount: Int
- val elseFeature: MatrixD
- val elseSample: MatrixD
- val elseTarget: VectorD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fname: String
- val hp2: HyperParameter
- val index: VectoI
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- 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