Which algorithms should I use for identifying similar characteristics between data points (the intersections)?
I am working with a dataset that has been coded and categorized, so that each datapoint has a set of coded characteristics. An example data point would be something like the following:
Example Data Point:
- Quality
- Service Support
- Price
Each data point can have multiple codes associated with it.
What I'm looking to do is identify the "intersections" between the data points so that I can answer questions like the following:
- When a data point has "Quality" as a characteristic, 25% of the time it also has "Price" as a characteristic
I've been struggling with the right way to ask this question in my Google searching and realized I should just come to the experts on topics like this and get your help and guidance.
To do this type of work, what algorithms should I be investigating?
Thank you for your help!
Topic algorithms data-mining
Category Data Science