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 Objecttrait Matchableclass Any
- Self type
-
Example_Iris.type
Members list
In this article