object TennisBayes extends App
The TennisBayes
object is a sample application that uses the NaiveBayes
class. Classify (No/Yes) whether a person will play tennis based on the
measured integer-valued features.
- See also
suanpalm3.kmutnb.ac.th/teacher/FileDL/choochart82255418560.pdf > runMain apps.analytics.TennisBayes
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TennisBayes
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val cn: Array[String]
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val fn: Array[String]
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val nb: NaiveBayes
- val vc: Array[Int]
- val x: MatrixI
- val y: VectorI
- val z: VectorI
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