You are here

K-means

2 posts / 0 new
Last post
Endher
Endher's picture
K-means

Hi!

At first, sorry for my english, I'm a student from Spain. Until this moment, I was working with PCL libs for a project. I stract the geometric and color parameters and I save in a vector. In this moment, I need to use a k-means cluster before create some gaussians. I searched a library for C++ which k-means function and I found this library. I install that in my Ubuntu but I don't find a tutorial with the use. Could anyone show me and example, please?

Sorry for my english again. Thanks all!

Arhopala
Arhopala's picture
k-means example in the samples part of MRPT

Hello,

Everything is in the object.
You can compile an example (GUI of a k-means of 2D randomly generated samples) and access to the code:

It's in your mrpt directory : /samples/kmeans/test.cpp

A.

Log in or register to post comments
Subscribe to Comments for "K-means"