sandboxnu / a-eye

Interactive computer vision modules developed for Prof. Mingolla's HONR1310 Your Eye and AI course
https://a-eye.vercel.app
GNU General Public License v3.0
5 stars 1 forks source link

Add support for a secondary dataset for K-Means demos on the Clustering Module #83

Closed krisharma closed 3 years ago

krisharma commented 3 years ago

This should be standard over all demos which should be able to access and display that data.

Ideally, this data should be less separable than the Iris dataset

krisharma commented 3 years ago

@jakeisnt @dankrasno if GitHub allows it, please link this issue with the PR that resolves this issue. Not sure if it will allow multiple issues to be linked to a single PR.

jakeisnt commented 3 years ago

@krisharma It's already linked, see #95 as mentioned above

jakeisnt commented 3 years ago

Ah, that's my bad - the issue is mentioned but not linked.

jakeisnt commented 3 years ago

Closed as the pull request associated with this issue was merged.