Example_PlayTennis_Cont

scalation.modeling.classifying.Example_PlayTennis_Cont

The Example_PlayTennis_Cont object is used to test integer/continuous 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.not (?, 4) // columns 0, 1, 2, 3 val y = xy(?, 4) // column 4

Attributes

See also

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

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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

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