0
14kviews
Find clusters using k-means clustering algorithm if we have several objects (4 types of medicines) and each object have two attributes or features as shown in the table below.
written 5.6 years ago by | • modified 4.8 years ago |
The goal is to group these objects into k=2 group of medicine based on the two features (pH and weight index).
Object | Attribute 1 (X) Weight Index | Attribute 2 (Y) pH |
---|---|---|
Medicine A | 1 | 1 |
Medicine B | 2 | 1 |
Medicine C | 4 | 3 |
Medicine D | 5 | 4 |
ADD COMMENT
EDIT
1 Answer