Similarity classifier

Classifier based on similarity measure.

You are now following this Submission

This classifier is based on the idea that first we create ideal vectors from each class. In this implementation mean vectors are used. Then, it uses similarity measure to calculate similarities between samples and idealvectors and class of the sample is decided based on highest similarity value. See README-file for more information.

Cite As

Pasi Luukka (2026). Similarity classifier (https://www.mathworks.com/matlabcentral/fileexchange/31393-similarity-classifier), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Updated to also include similarity measure based on Yu's norms.

1.0.0.0