Packages

o

scalation.analytics.classifier

ConfusionMatTest

object ConfusionMatTest extends App

The ConfusionMatTest object is used to test the ConfusionMat class. > runMain scalation.analytics.classifier.ConfusionMatTest

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

Value Members

  1. val acc: Double
  2. val cm: ConfusionMat
  3. val cnf: MatriI
  4. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  5. val f1: Double
  6. val k: Int
  7. val kpp: Double
  8. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  9. val p: Double
  10. val pv: VectoD
  11. val r: Double
  12. val rv: VectoD
  13. val y: VectorI
  14. val yp: VectorI

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