Skip to content

First Milestone

Pre-release
Pre-release

Choose a tag to compare

@cp0153 cp0153 released this 08 Apr 22:23
· 34 commits to master since this release

What we have accomplished:
Data abstractions (of iris) and data manipulation functions (average, standard deviation, min, max, filter). Functions casting the Iris data set to a 2D mutable array from a list of lists.

What we have left to do:
plot showing a linear regression, plots demonstrating the above data manipulation functions.

Principal Component Analysis plot and calculation.

@fgmart