Packages

object ExampleIris

The ExampleIris object is used to test all classifiers. This is the well-known classification problem on how to classify a flower

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

See also

https://en.wikipedia.org/wiki/Iris_flower_data_set

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

Value Members

  1. val k: Int
  2. val kk: Int
  3. val x: MatrixD
  4. val xx: MatrixD
  5. val xy: MatrixD
  6. val y: VectorI
  7. val yb: VectorI
  8. val yy: VectorI