Most voted "clusterization" questions
Use cluster to refer to a set of connected systems that work together so that they can be viewed as a single system.
Learn more…7 questions
Sort by count of
-
3
votes1
answer59
viewsIs it possible to use Mariadb for Clusterization?
I am studying about SQL database analysis, and to go deeper I intend to run some practical tests with a DBMS, and I chose Mariadb for this. Therefore, I would like to know if it is possible to use…
-
2
votes0
answers20
viewsPlot Dendrogram X-axis with TF-IDF
I’m trying to plot Dendrograma with data that was vectored by TF-idf, however the axis x always presents me with numbers. I would like to know how to move to the Graphics Labels option, the real…
python matplotlib machine-learning hierarchical-data clusterizationasked 3 years, 11 months ago CH97 21 -
1
votes1
answer200
viewsUse of Knn function in R
I’m studying clusters using R. My question is whether, to classify new entrants with an already performed Clusterization, the function Knn can be used, whether for hierarchical or partitional…
-
0
votes1
answer295
viewsHow to customize matplotlib Plots, in a more Clusterization-oriented way?
I am working with data analysis, I need to leave the data more distant from the clusters represented in some other way, as a different symbol or some stronger color, I analyzed in the documentation…
-
0
votes1
answer170
viewsDo you know any libraries for plotting python graphics besides Matplotlib?
I would like to try other types of tables. I want to make a classification using k-Means and looking for some with animation feature, without I need to make this animation in Mallorca.
-
0
votes1
answer73
viewscode in R language
Can anyone explain to me what the code below performs? cluster <- ml_kmeans(variaveis_clusters_tratado, CODCLI ~ ., k = 5) clusters <- ml_predict(cluster, variaveis_clusters_tratado)…
-
0
votes0
answers36
viewsI’m having trouble segmenting an image
I’m creating a mix of image segmentation by k-Means and Spectral clustering, but I have a big problem at the end. I’ll leave the code here: import cv2 import timeit import time import numpy as np…