Example_Iris

scalation.modeling.classifying.Example_Iris
object Example_Iris

The Example_Iris object is used to test all classifiers. This is the well-known classification problem on how to classify a flower val x = xy(?, 1 until 5) // columns 1, 2, 3, 4 val y = xy(?, 5).toInt // column 5

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val continuous: Set[Int]
val fname: Array[String]
val k: Int
val kk: Int
val x: MatrixD
val xx: MatrixD
val xy: MatrixD
val y: VectorI
val yb: VectorI
val yy: VectorI