Given: Meal Data of 2 subjects
Amount of carbohydrates in each meal
Todo:
- Extract features from Meal data
- Cluster Meal data based on the amount of carbohydrates in each meal
Extracting Ground Truth:
Derive the max and min value of meal intake amount from the Y column of the Insulin data. Discretize the meal amount in bins of size 20. Consider each row in the meal data matrix that you generated in Assignment 2. According to their meal amount label put them in the respective bins.
In total you should have bins.
Performing clustering:
Now ignore the mealAmountData. Without using the meal amount data use the features in your assignment 2 to cluster the mealDataX.csv into clusters. Use DBSCAN or KMeans. Try these two.
Report your accuracy of clustering based on SSE, entropy and purity metrics.
Reviews
There are no reviews yet.