object BayesClassifierTest extends App
The BayesClassifierTest
object is used to test the BayesClassifier
class.
Classify whether a car is more likely to be stolen (1) or not (1).
- See also
www.inf.u-szeged.hu/~ormandi/ai2/06-naiveBayes-example.pdf > run-main scalation.analytics.classifier.BayesClassifierTest
- Alphabetic
- By Inheritance
- BayesClassifierTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- val cn: Array[String]
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fn: Array[String]
- val k: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val me: Float
- val nb: NaiveBayes
- val oneban: OneBAN
- val tan: TANBayes
- val th: Double
- val twoban: TwoBAN_OS
- val vc: VectoI
- val xy: MatrixI
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