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