Data analysis with Saddle
In this section, let's look through an example of how one would use Saddle for data analysis. In this case, we will use the IRIS dataset again. We used it when discussing data storage and retrieval. You can get the dataset from this website:
https://archive.ics.uci.edu/ml/machine-learning-databases/iris/
The data is stored in CSV format, where values are separated by commas. Download the the file iris.data
into the folder you used to test the Saddle examples in this chapter. Values are arranged in rows of five. The first value is sepal length in centimeters, the second value is sepal width in centimeters, the third value is petal length in centimeters, the fourth value is petal width in centimeters, and the fifth value ...
Get Scientific Computing with Scala now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.