Simplest Classifier

My journey to automatically generate fuzzy rules for a fuzzy engine led me to frequency-based algorithms like Apriori and FP-Growth. As I tried to understand how they work, I began to wonder if it would be possible to write a simple classifier based purely on support values. When all features in a dataset are one-hot encoded, it’s possible to calculate the support value of each feature for a given classification target. ...

April 8, 2025 · 1 min · 188 words · Philipp Scheerer