Example_PlayTennis_Cont
scalation.modeling.classifying.Example_PlayTennis_Cont
object 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 Objecttrait Matchableclass Any
- Self type
Members list
In this article