Forel clustering

Forel clustering algothm.

You are now following this Submission

Clustering algorithm forel.

function [clusters, centers] = forel(X, r)

Input parameters:
features in row-matrix X;
r - radius value for search;

Returns coordinates of centers for clusters and indeces of X values for every cluster.

Cite As

wadzapi (2026). Forel clustering (https://www.mathworks.com/matlabcentral/fileexchange/42080-forel-clustering), 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.0.0.0