Example_PlayTennis

scalation.modeling.classifying.Example_PlayTennis

The Example_PlayTennis 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.not(0, 4) // columns 0, 1, 2, 3 val y = xy(?, 4) // column 4

Attributes

See also

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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val cname: Array[String]
val fname: Array[String]
val k: Int
val x: MatrixD
val xy: MatrixD
val y: VectorI