Skip to content

fluid.kmeans

The fluid.kmeans object implements the K-means clustering algorithm, used to group data points from a fluid.dataset into a specified number of clusters. It can incrementally fit data, predict cluster assignments, and retrieve cluster centroids (means), allowing for both unsupervised learning and biased clustering through initial mean seeding.


AI Generated

This content was generated with the assistance of AI. If you notice any errors, please report them or submit a fix using Submit. Check the prompt used here.


  • Download here.

    Open Pd and go to ToolsFind Externals. Search for flucoma and install it. Then create an object with declare -lib flucoma -path flucoma. Finally, use fluid.kmeans or any other object from flucoma.

  • Library developed mainly by Pierre Alexandre Tremblay, Owen Green, Alex Harker, Gerard Roma, Ted Moore, Matt, Edouard Levasseur.
  • Report Bugs/Errors here!
  • Available for .

Similar


    Comments

    Contributors