Similarity classifier

Classifier based on similarity measure.
1.1K Downloads
Updated 17 Nov 2011

View License

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 (2024). Similarity classifier (https://www.mathworks.com/matlabcentral/fileexchange/31393-similarity-classifier), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP3
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

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

1.0.0.0