Packages

object ExampleTennisCont

The ExampleTennisCont object is used to test all integer based classifiers. This is the well-known classification problem on whether to play tennis based on given weather conditions. Applications may need to slice 'xy'. The 'Cont' version uses continuous values for Temperature and Humidity.

val x = xy.sliceCol (0, 4) // columns 0, 1, 2, 3 val y = xy.col (4) // column 4

See also

euclid.nmu.edu/~mkowalcz/cs495f09/slides/lesson004.pdf

sefiks.com/2018/05/13/a-step-by-step-c4-5-decision-tree-example

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleTennisCont
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cn: Array[String]
  2. val conts: Set[Int]
  3. val fn: Array[String]
  4. val k: Int
  5. val x: MatrixD
  6. val xy: MatrixD
  7. val y: VectorI