M
M
moem2017-07-28 06:14:46
data mining
moem, 2017-07-28 06:14:46

What's the easiest way to cluster data?

Hello.
Given: view table

Object 1Object 2Distance
one21.5
one30.3
one40.5
231.4
240.9
340.4
.........

Please tell me what to pass through or where to put this array in order to get a set of clusters like: [[1,3,4],[2,5], ...].
Preferably something ready and simpler. I myself tend to graph clustering methods, but I can’t reach a specific implementation.
Thank you.

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
D
dmshar, 2017-10-05
@dmshar

The question "where to shove" is not clear? What tool do you use?
If R is here, choose from the available ones:
https://www.hackerearth.com/practice/machine-learn...
If in Python, then some ready-made solutions are described here
py-algorithm.blogspot.com/2014/10/blog -post_12.html
If on SPSS - then choose here
www.datuapstrade.lv/rus/spss/section_20/8
If on SAS - then https://www.sas.com/content/dam/SAS/ru_ru/doc/acad ...
Statistica has its own tools - cdo.bseu.by/stat1/lab_3.htm
TensorFlow, RapidMiner, and KNIME have their own clustering tools.
Everywhere - ready and uncomplicated. Choose what you are better at.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question