Packages

object ExampleTennis

The ExampleTennis 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'.

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

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

Value Members

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